X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fresources%2Fresources.h;h=0633f3c74c802e51c2c4d163dd5d30d382a7e378;hp=293670f9cc06f78563c07a73d5cee3964bf5d781;hb=e087bfd5a9a850db30c399e95ef3fd8ab48005d1;hpb=9813f8711628a0fbe786406e974dc33546dc9cee diff --git a/source/resources/resources.h b/source/resources/resources.h index 293670f9..0633f3c7 100644 --- a/source/resources/resources.h +++ b/source/resources/resources.h @@ -62,7 +62,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