summaryrefslogtreecommitdiff
path: root/src/gui/popupmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popupmanager.h')
-rw-r--r--src/gui/popupmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/popupmanager.h b/src/gui/popupmanager.h
index df1a6725b..efb356e4e 100644
--- a/src/gui/popupmanager.h
+++ b/src/gui/popupmanager.h
@@ -31,14 +31,14 @@ class PopupManager final
/**
* Constructor.
*/
- PopupManager();
+ PopupManager() A_CONST;
A_DELETE_COPY(PopupManager)
/**
* Destructor.
*/
- ~PopupManager();
+ ~PopupManager() A_CONST;
static bool isBeingPopupVisible() A_WARN_UNUSED;