From 0e2ddb2f16b65b78030ad9da9d7136a338d2d1f3 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 14 Sep 2013 18:05:53 +0100 Subject: [PATCH] Bah, tested on the wrong compiler, so missed a file. --- simgear/nasal/cppbind/detail/functor_templates.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)\ -- 2.39.5