We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8002366 commit ee6d8c1Copy full SHA for ee6d8c1
src/serverobject.h
@@ -119,7 +119,7 @@ class ServerActiveObject : public ActiveObject
119
when it is created (converted from static to active - actually
120
the data is the static form)
121
*/
122
- virtual void getStaticData(std::string *result)
+ virtual void getStaticData(std::string *result) const
123
{
124
assert(isStaticAllowed());
125
*result = "";
0 commit comments