summaryrefslogtreecommitdiff
path: root/src/game-server/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/being.h')
-rw-r--r--src/game-server/being.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/being.h b/src/game-server/being.h
index aeb5697b..8e245a34 100644
--- a/src/game-server/being.h
+++ b/src/game-server/being.h
@@ -151,8 +151,8 @@ class BeingComponent : public Component
* @param id The id of the attribute
* @param attributeInfo The info that describes the attribute
*/
- void createAttribute(unsigned id, const AttributeManager::AttributeInfo
- &attributeInfo);
+ void createAttribute(unsigned id,
+ const AttributeManager::AttributeInfo *attributeInfo);
/**
* Gets an attribute or 0 if not existing.