From: James Turner Date: Sat, 14 Sep 2013 17:05:53 +0000 (+0100) Subject: Bah, tested on the wrong compiler, so missed a file. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e2ddb2f16b65b78030ad9da9d7136a338d2d1f3;p=simgear.git Bah, tested on the wrong compiler, so missed a file. --- diff --git a/simgear/nasal/cppbind/detail/functor_templates.hxx b/simgear/nasal/cppbind/detail/functor_templates.hxx index 03395560..59e9a0fb 100644 --- a/simgear/nasal/cppbind/detail/functor_templates.hxx +++ b/simgear/nasal/cppbind/detail/functor_templates.hxx @@ -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)\