X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fapplication.h;fp=source%2Fcore%2Fapplication.h;h=d5a571a28a9f73306dffae3e99b470e39a2fcb47;hb=96c28280b6b97198d7411e1f03222f6ce889b2a3;hp=2a1cc05b1cc8b5d9b8a37cf6f061c782df43e8da;hpb=c77c9fc85ca6b9fc111b1a3d8a84c3903e3dd646;p=libs%2Fcore.git diff --git a/source/core/application.h b/source/core/application.h index 2a1cc05..d5a571a 100644 --- a/source/core/application.h +++ b/source/core/application.h @@ -54,9 +54,9 @@ public: Application::run(). */ static void set_startup_info(const char *, void *); - static void *get_data() { return _data; } - static const char *get_argv0() { return _argv0; } - static const std::string &get_name() { return _name; } + static void *get_data(); + static const char *get_argv0(); + static const std::string &get_name(); protected: /** Default main loop. Calls tick() repeatedly until exit() is called. A