summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-23 01:49:01 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-23 01:49:01 +0300
commitb8835bb8f60ebaaedbf474624ffceb1b181c3036 (patch)
tree0153b7eb47d0399c9fe881d96b927f40586ded45 /src/resources/beinginfo.h
parent6257baccabe0f4477e7d3165e52ddf714dcff540 (diff)
downloadplus-b8835bb8f60ebaaedbf474624ffceb1b181c3036.tar.gz
plus-b8835bb8f60ebaaedbf474624ffceb1b181c3036.tar.bz2
plus-b8835bb8f60ebaaedbf474624ffceb1b181c3036.tar.xz
plus-b8835bb8f60ebaaedbf474624ffceb1b181c3036.zip
Add const attribute to resources.
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();