X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fpredicate.h;h=6b0a697b6579ed3283f3e4be1d9aa5d21ae5ea88;hp=079ef63e3daa0fb493d965ed389b74f37ebf254a;hb=160e9eea29bd10034733d59507fa1bcca36be401;hpb=93448d16e72e38afbaecbccf6fdedd46d6a82a73 diff --git a/source/core/predicate.h b/source/core/predicate.h index 079ef63e..6b0a697b 100644 --- a/source/core/predicate.h +++ b/source/core/predicate.h @@ -18,12 +18,12 @@ enum Predicate NOTEQUAL }; -unsigned get_gl_predicate(Predicate); - void operator>>(const LexicalConverter &, Predicate &); void operator<<(LexicalConverter &, Predicate); } // namespace GL } // namespace Msp +#include "predicate_backend.h" + #endif