Fix missing const in ServerActiveObject::getStaticData

This fixes #5033

Signed-off-by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
Loic Blot 2017-01-14 12:03:50 +01:00
parent 8002366097
commit ee6d8c10ce
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "";