summaryrefslogtreecommitdiff
path: root/src/resources/beingcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/beingcommon.h')
-rw-r--r--src/resources/beingcommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/beingcommon.h b/src/resources/beingcommon.h
index 04e93a3cb..90bdf2b67 100644
--- a/src/resources/beingcommon.h
+++ b/src/resources/beingcommon.h
@@ -52,7 +52,7 @@ namespace BeingCommon
{
void readBasicAttributes(BeingInfo *const info,
XmlNodePtrConst node,
- const std::string &hoverCursor);
+ const std::string &hoverCursor) A_NONNULL(1);
void getIncludeFiles(const std::string &dir,
StringVect &list,
@@ -61,7 +61,7 @@ namespace BeingCommon
bool readObjectNodes(XmlNodePtrConst &spriteNode,
SpriteDisplay &display,
BeingInfo *const currentInfo,
- const std::string &dbName);
+ const std::string &dbName) A_NONNULL(3);
} // namespace BeingCommon
#endif // RESOURCES_BEINGCOMMON_H