X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpredicate.h;h=079ef63e3daa0fb493d965ed389b74f37ebf254a;hb=24b24e2203c776aacd9744bb947f5cf47b03d328;hp=c7e5991ea03c2c205b8b07a7fa310b2c1927c7f7;hpb=b09f265880a3a932441091b0f3822b06c112c595;p=libs%2Fgl.git diff --git a/source/core/predicate.h b/source/core/predicate.h index c7e5991e..079ef63e 100644 --- a/source/core/predicate.h +++ b/source/core/predicate.h @@ -2,7 +2,6 @@ #define MSP_GL_PREDICATE_H_ #include -#include "gl.h" namespace Msp { namespace GL { @@ -19,7 +18,7 @@ enum Predicate NOTEQUAL }; -GLenum get_gl_predicate(Predicate); +unsigned get_gl_predicate(Predicate); void operator>>(const LexicalConverter &, Predicate &); void operator<<(LexicalConverter &, Predicate);