X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Ftext_object.hpp;h=20581add67aa6c308c63d8b04cccc1eff70a5a0a;hb=77d00a6f464cc87c6b50cf1f3b38064a7ae9aead;hp=e649ef10eb5f684fc040fc8090182786d49e3556;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;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);