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 da5127211..352887a5e 100644
--- a/src/gui/popupmanager.h
+++ b/src/gui/popupmanager.h
@@ -31,14 +31,14 @@ class PopupManager final
/**
* Constructor.
*/
- PopupManager() A_CONST;
+ PopupManager();
A_DELETE_COPY(PopupManager)
/**
* Destructor.
*/
- ~PopupManager() A_CONST;
+ ~PopupManager();
static bool isBeingPopupVisible() A_WARN_UNUSED;