fix -Wextra in PartDesign
This commit is contained in:
@@ -73,9 +73,9 @@ protected:
|
||||
virtual void onSelectionChanged(const Gui::SelectionChanges& msg);
|
||||
virtual void clearButtons();
|
||||
void getDirection(App::DocumentObject*& obj, std::vector<std::string>& sub) const;
|
||||
const bool getReverse(void) const;
|
||||
const double getLength(void) const;
|
||||
const unsigned getOccurrences(void) const;
|
||||
bool getReverse(void) const;
|
||||
double getLength(void) const;
|
||||
unsigned getOccurrences(void) const;
|
||||
|
||||
private:
|
||||
void setupUI();
|
||||
|
||||
Reference in New Issue
Block a user