X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexenv.h;fp=source%2Ftexenv.h;h=01e4a556b0431cc6ace9e9b3a16d70c60b6b3037;hb=abc16c5ab0fff0945d724febe9d5d3889fb8a6ce;hp=b5fee448d64e5cce152ca4eaa3566e3d4f0c9370;hpb=6a4907898281b738111e0c6527cc46f8810dc123;p=libs%2Fgl.git diff --git a/source/texenv.h b/source/texenv.h index b5fee448..01e4a556 100644 --- a/source/texenv.h +++ b/source/texenv.h @@ -36,7 +36,7 @@ public: void set_color(const Color &); TexEnvMode get_mode() const { return mode; } const Color &get_color() const { return color; } - void bind(); + void bind() const; static void unbind(); };