summaryrefslogtreecommitdiff
path: root/src/resources/beingcommon.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-16 01:47:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-16 01:47:17 +0300
commitb293d99a34d21d137374e46386b8669907cb3c1d (patch)
tree7e5e20e2b81e239878c13229c4d02139e8b85c2b /src/resources/beingcommon.h
parent34f943198afd1f7f342d63bd70d30cdeacd3dbad (diff)
downloadplus-b293d99a34d21d137374e46386b8669907cb3c1d.tar.gz
plus-b293d99a34d21d137374e46386b8669907cb3c1d.tar.bz2
plus-b293d99a34d21d137374e46386b8669907cb3c1d.tar.xz
plus-b293d99a34d21d137374e46386b8669907cb3c1d.zip
add missing const in xmlnode pointers.
Diffstat (limited to 'src/resources/beingcommon.h')
-rw-r--r--src/resources/beingcommon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/beingcommon.h b/src/resources/beingcommon.h
index 5fb1df71b..6124de5a1 100644
--- a/src/resources/beingcommon.h
+++ b/src/resources/beingcommon.h
@@ -38,7 +38,8 @@ class BeingInfo;
namespace BeingCommon
{
- void readBasicAttributes(BeingInfo *const info, XmlNodePtr node,
+ void readBasicAttributes(BeingInfo *const info,
+ XmlNodePtrConst node,
const std::string &hoverCursor);
void getIncludeFiles(const std::string &dir, StringVect &list);