fix -Woverloaded-virtual

This commit is contained in:
wmayer
2019-05-11 18:41:45 +02:00
parent bd85548506
commit 4132280248
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ public:
DrawView* getBaseView(void) const;
virtual App::DocumentObject* getBaseObject(void) const;
bool keepUpdated(void);
double getScale(void);
double getScale(void) const;
void adjustLastSegment(void);
bool getDefAuto(void) const;