X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fpreprocessor.h;h=d812a3fa79673b87cadec95c9b1590db7cd84b98;hb=7a16308e72aef363727b21348779673edf8e5c07;hp=969703016ec52519b20e61cf2963363c5d09f564;hpb=d3ceb2186dc79130508093b3d0c944771a53534f;p=libs%2Fgl.git diff --git a/source/glsl/preprocessor.h b/source/glsl/preprocessor.h index 96970301..d812a3fa 100644 --- a/source/glsl/preprocessor.h +++ b/source/glsl/preprocessor.h @@ -14,7 +14,7 @@ class Preprocessor { public: sigc::signal signal_version; - sigc::signal signal_stage_change; + sigc::signal signal_stage_change; private: Tokenizer &tokenizer;