X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fvalidate.h;h=a8c6f11c6a8e12602431abb6fd22a93b280e55fd;hp=9477b67d70cb7a7ecc9acc38ad81e76d81af1c97;hb=7d66c70e15b84cbaf6b1973db07629f5bd3e5cdf;hpb=d18df036b247f7f0978b547bb8ea1d624af2c4b2 diff --git a/source/glsl/validate.h b/source/glsl/validate.h index 9477b67d..a8c6f11c 100644 --- a/source/glsl/validate.h +++ b/source/glsl/validate.h @@ -48,6 +48,7 @@ private: std::map declarations; std::map interface_blocks; + std::map overloaded_functions; bool anonymous_block; public: