This is C++, we have booleans

This commit is contained in:
Tor Lillqvist 2015-08-29 07:55:29 +03:00
parent cec9e1176c
commit be662ff54c

View File

@ -32,7 +32,7 @@
detail_stream << stream; \
OpenGLHelper::debugMsgStream((area),detail_stream); \
} \
} while (0)
} while (false)
class VCL_DLLPUBLIC OpenGLHelper
{