diff --git a/src/scripting/sector.hpp b/src/scripting/sector.hpp index 2e49f0427c9..67c0f707b73 100644 --- a/src/scripting/sector.hpp +++ b/src/scripting/sector.hpp @@ -61,9 +61,9 @@ class Sector final : public GameObjectManager * @param string $direction Direction. * @param string $data Additional data. */ -void add_object(const std::string& class_name, const std::string& name, - int posX, int posY, const std::string& direction, - const std::string& data); + void add_object(const std::string& class_name, const std::string& name, + int posX, int posY, const std::string& direction, + const std::string& data); }; } // namespace scripting