summaryrefslogtreecommitdiff
path: root/src/game-server/attributemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/attributemanager.h')
-rw-r--r--src/game-server/attributemanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/attributemanager.h b/src/game-server/attributemanager.h
index 63ebf643..1a55006c 100644
--- a/src/game-server/attributemanager.h
+++ b/src/game-server/attributemanager.h
@@ -94,7 +94,7 @@ class AttributeManager
minimum(std::numeric_limits<double>::min()),
maximum(std::numeric_limits<double>::max()),
modifiable(false)
- {}
+ {}
/** The minimum and maximum permitted attribute values. */
double minimum;