Use override specifier where apropriate.

- fixed using clang-tidy's modernize-use-override check.
This commit is contained in:
Jim Evins
2017-03-21 23:36:39 -04:00
parent 9f9ba345cf
commit e09936233a
38 changed files with 202 additions and 202 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace glabels
/////////////////////////////////
public:
UndoRedoModel( LabelModel* model );
virtual ~UndoRedoModel();
~UndoRedoModel() override;
/////////////////////////////////