]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/serverobject.h
Workaround failing Travis clang build.
[dragonfireclient.git] / src / serverobject.h
index 1bbd3e4e8ba934983cc9d36a819e9843442d5625..14752878ffac608e47e730917386ad66b47f2c36 100644 (file)
@@ -118,7 +118,7 @@ class ServerActiveObject : public ActiveObject
                The return value of this is passed to the client-side object
                when it is created
        */
-       virtual std::string getClientInitializationData(){return "";}
+       virtual std::string getClientInitializationData(u16 protocol_version){return "";}
        
        /*
                The return value of this is passed to the server-side object