summaryrefslogtreecommitdiff
path: root/src/gui/recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/recorder.h')
-rw-r--r--src/gui/recorder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/recorder.h b/src/gui/recorder.h
index 79a2b60e..efd73021 100644
--- a/src/gui/recorder.h
+++ b/src/gui/recorder.h
@@ -39,7 +39,7 @@ class Recorder : public Window, public gcn::ActionListener
Recorder(ChatWindow *chat, const std::string &title = _("Recording..."),
const std::string &buttonTxt = _("Stop recording"));
- virtual ~Recorder();
+ ~Recorder() override;
/**
* Outputs the message to the recorder file
@@ -65,7 +65,7 @@ class Recorder : public Window, public gcn::ActionListener
*
* @param event is the event that is generated
*/
- void action(const gcn::ActionEvent &event);
+ void action(const gcn::ActionEvent &event) override;
private:
ChatWindow *mChat;