summaryrefslogtreecommitdiff
path: root/src/game-server/attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/attribute.h')
-rw-r--r--src/game-server/attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/attribute.h b/src/game-server/attribute.h
index 2ac1378c..8ad357f7 100644
--- a/src/game-server/attribute.h
+++ b/src/game-server/attribute.h
@@ -138,7 +138,7 @@ class Attribute
, mMaxValue(0)
{throw;} // DEBUG; Find improper constructions
- Attribute(const AttributeManager::AttributeInfo &info);
+ Attribute(const AttributeManager::AttributeInfo *info);
~Attribute();