summaryrefslogtreecommitdiff
path: root/src/gui/popups
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-19 15:11:02 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:25 +0300
commit4f77307d659c4048c20eacda1d5b13fcce8d60da (patch)
tree56e1523e78e5ce6e0c3418665a7947c160385d98 /src/gui/popups
parent8ebbfd2f170175cf0127a75d9f0dc727c56da948 (diff)
downloadplus-4f77307d659c4048c20eacda1d5b13fcce8d60da.tar.gz
plus-4f77307d659c4048c20eacda1d5b13fcce8d60da.tar.bz2
plus-4f77307d659c4048c20eacda1d5b13fcce8d60da.tar.xz
plus-4f77307d659c4048c20eacda1d5b13fcce8d60da.zip
add missing override keyword in postInit function declarations.
Diffstat (limited to 'src/gui/popups')
-rw-r--r--src/gui/popups/popupmenu.h2
-rw-r--r--src/gui/popups/speechbubble.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/popups/popupmenu.h b/src/gui/popups/popupmenu.h
index 4c1a61aff..41c976c6e 100644
--- a/src/gui/popups/popupmenu.h
+++ b/src/gui/popups/popupmenu.h
@@ -104,7 +104,7 @@ class PopupMenu final : public Popup, public LinkHandler
A_DELETE_COPY(PopupMenu)
- void postInit();
+ void postInit() override;
/**
* Shows the being related popup menu at the specified mouse coords.
diff --git a/src/gui/popups/speechbubble.h b/src/gui/popups/speechbubble.h
index 3ea93fce0..281603db3 100644
--- a/src/gui/popups/speechbubble.h
+++ b/src/gui/popups/speechbubble.h
@@ -41,7 +41,7 @@ class SpeechBubble final : public Popup
A_DELETE_COPY(SpeechBubble)
- void postInit();
+ void postInit() override;
/**
* Sets the name displayed for the speech bubble, and in what color.