summaryrefslogtreecommitdiffstats
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 736e54a..2ac1378 100644
--- a/src/game-server/attribute.h
+++ b/src/game-server/attribute.h
@@ -195,7 +195,7 @@ class Attribute
* Checks the min and max permitted values for the given base value
* and return the adjusted value.
*/
- double checkBounds(double baseValue);
+ double checkBounds(double baseValue) const;
double mBase; // The attribute base value
double mMinValue; // The min authorized base and derived attribute value