X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Ftext_object.hpp;h=20581add67aa6c308c63d8b04cccc1eff70a5a0a;hb=8a627e73d824b5a14249cfe066dc2fdc643ce28d;hp=e649ef10eb5f684fc040fc8090182786d49e3556;hpb=a174274d695b8b68b93e4c1615499a2305c41401;p=supertux.git diff --git a/src/object/text_object.hpp b/src/object/text_object.hpp index e649ef10e..20581add6 100644 --- a/src/object/text_object.hpp +++ b/src/object/text_object.hpp @@ -31,7 +31,7 @@ class TextObject : public GameObject, public Scripting::Text, public ScriptInterface { public: - TextObject(); + TextObject(std::string name = ""); virtual ~TextObject(); void expose(HSQUIRRELVM vm, SQInteger table_idx);