Skip to content

Commit

Permalink
Now that we are building with C++11 we need override keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Hohndel <[email protected]>
  • Loading branch information
dirkhh committed Jun 23, 2016
1 parent b8e3ad7 commit 9aa7399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile-widget/profilewidget2.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ProfileWidget2 : public QGraphicsView {
double getFontPrintScale();
void setFontPrintScale(double scale);
#ifndef SUBSURFACE_MOBILE
virtual bool eventFilter(QObject *, QEvent *);
virtual bool eventFilter(QObject *, QEvent *) override;
void clearHandlers();
#endif
void recalcCeiling();
Expand Down

0 comments on commit 9aa7399

Please sign in to comment.