]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_sao.h
Switch back repository to dev-mode after 0.4.10 release.
[dragonfireclient.git] / src / content_sao.h
index 1be620f299b3845749b2a9a01ac7d685b16eb086..63e8ef4601f3234a3c0170d67acac704dfa74337 100644 (file)
@@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "object_properties.h"
 
 ServerActiveObject* createItemSAO(ServerEnvironment *env, v3f pos,
-               const std::string itemstring);
+                                  const std::string &itemstring);
 
 /*
        LuaEntitySAO needs some internals exposed.
@@ -37,7 +37,7 @@ class LuaEntitySAO : public ServerActiveObject
 {
 public:
        LuaEntitySAO(ServerEnvironment *env, v3f pos,
-                       const std::string &name, const std::string &state);
+                    const std::string &name, const std::string &state);
        ~LuaEntitySAO();
        u8 getType() const
        { return ACTIVEOBJECT_TYPE_LUAENTITY; }