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

@@ -155,7 +155,7 @@ bool DrawLeaderLine::keepUpdated(void)
return result;
}
double DrawLeaderLine::getScale(void)
double DrawLeaderLine::getScale(void) const
{
double result = 1.0;
DrawView* parent = getBaseView();