]> git.mxchange.org Git - simgear.git/commitdiff
Bah, tested on the wrong compiler, so missed a file.
authorJames Turner <zakalawe@mac.com>
Sat, 14 Sep 2013 17:05:53 +0000 (18:05 +0100)
committerJames Turner <zakalawe@mac.com>
Sat, 14 Sep 2013 17:05:53 +0000 (18:05 +0100)
simgear/nasal/cppbind/detail/functor_templates.hxx

index 033955606e4634f15694b95b4592bb270c94d432..59e9a0fb8374baa94f69a4796704e5dc883d2f40 100644 (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)\