X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresources%2Fresources.h;h=f830faaa510ff722a7dfc485195b015217efef48;hb=6880f2eceaab2cec7882b0791dd982fe9d9c5068;hp=293670f9cc06f78563c07a73d5cee3964bf5d781;hpb=23d4100160bfa33359ce297b6b36244abcaa5f82;p=libs%2Fgl.git diff --git a/source/resources/resources.h b/source/resources/resources.h index 293670f9..f830faaa 100644 --- a/source/resources/resources.h +++ b/source/resources/resources.h @@ -28,7 +28,8 @@ public: Loader(Resources &); private: - void scene(const std::string &); + template + void generic(const std::string &); }; private: @@ -62,7 +63,7 @@ protected: Program *create_program(const std::string &); template - void set_debug_name(const std::string &, T &); + static void set_debug_name(const std::string &, T &); }; } // namespace GL