diff options
Diffstat (limited to 'src/event-log.h')
| -rw-r--r-- | src/event-log.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/event-log.h b/src/event-log.h index 3cbcb6d3a..8a4703554 100644 --- a/src/event-log.h +++ b/src/event-log.h @@ -45,7 +45,7 @@ public: typedef Gtk::TreeModel::const_iterator const_iterator; EventLog(SPDocument* document); - virtual ~EventLog(); + ~EventLog() override; /** * Event datatype @@ -68,11 +68,11 @@ public: /** * Modifies the log's entries and the view's selection when triggered. */ - void notifyUndoEvent(Event *log); - void notifyRedoEvent(Event *log); - void notifyUndoCommitEvent(Event *log); - void notifyClearUndoEvent(); - void notifyClearRedoEvent(); + void notifyUndoEvent(Event *log) override; + void notifyRedoEvent(Event *log) override; + void notifyUndoCommitEvent(Event *log) override; + void notifyClearUndoEvent() override; + void notifyClearRedoEvent() override; // Accessor functions |
