Bah, tested on the wrong compiler, so missed a file.

This commit is contained in:
James Turner
2013-09-14 18:05:53 +01:00
parent bcfadd6657
commit 0e2ddb2f16

View File

@@ -18,7 +18,7 @@
>
Ghost& method(const std::string& name, const SG_GHOST_FUNC_TYPE& func)
{
#if defined(GCC_VERSION) && GCC_VERSION < 40407
#if defined(SG_GCC_VERSION) && SG_GCC_VERSION < 40407
// The old version of g++ used on Jenkins (16.11.2012) only compiles this
// version.
# define SG_GHOST_REQUIRE_ARG(z, n, dummy)\