summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r--src/resources/beinginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h
index 139c5e5c7..30bd01bd5 100644
--- a/src/resources/beinginfo.h
+++ b/src/resources/beinginfo.h
@@ -325,7 +325,7 @@ class BeingInfo final
void addMenu(const std::string &name, const std::string &command);
- const std::vector<BeingMenuItem> &getMenu() const;
+ const std::vector<BeingMenuItem> &getMenu() const A_CONST;
static void init();