X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fresources.h;fp=source%2Fresources.h;h=1fd030d03438674510ac66e7cb6c49e13cfca5df;hp=ce85b972aec6ecae2003054dc7cd8fa5a29176c0;hb=9f38197854e699a6093a906ab43f4238f3cd2388;hpb=b4a3d651f57c46507aaa99a71a14fea15f0e430d diff --git a/source/resources.h b/source/resources.h index ce85b97..1fd030d 100644 --- a/source/resources.h +++ b/source/resources.h @@ -37,15 +37,12 @@ public: private: FS::Path path; - GL::Font *default_font; - DataFile::DirectorySource *dir_src; + GL::Font *default_font = 0; + DataFile::DirectorySource *dir_src = 0; public: Resources(); Resources(const FS::Path &); -private: - void init(); -public: ~Resources(); const GL::Font &get_default_font() const;