summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/serverobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serverobject.h b/src/serverobject.h
index 26c8b062d..38204980e 100644
--- a/src/serverobject.h
+++ b/src/serverobject.h
@@ -119,7 +119,7 @@ public:
when it is created (converted from static to active - actually
the data is the static form)
*/
- virtual void getStaticData(std::string *result)
+ virtual void getStaticData(std::string *result) const
{
assert(isStaticAllowed());
*result = "";