]> git.tdb.fi Git - libs/gl.git/blobdiff - source/resources/resources.h
Adjust creator and notify functions in Resources
[libs/gl.git] / source / resources / resources.h
index 293670f9cc06f78563c07a73d5cee3964bf5d781..0633f3c74c802e51c2c4d163dd5d30d382a7e378 100644 (file)
@@ -62,7 +62,7 @@ protected:
        Program *create_program(const std::string &);
 
        template<typename T>
-       void set_debug_name(const std::string &, T &);
+       static void set_debug_name(const std::string &, T &);
 };
 
 } // namespace GL