From d56ea7e6c408cf6b597cd8f69fa364283f96c82d Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Fri, 16 Nov 2012 15:49:43 +0100 Subject: [PATCH] Fix for VS bug --- simgear/nasal/cppbind/Ghost.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/nasal/cppbind/Ghost.hxx b/simgear/nasal/cppbind/Ghost.hxx index ddb2c1f5..746be96c 100644 --- a/simgear/nasal/cppbind/Ghost.hxx +++ b/simgear/nasal/cppbind/Ghost.hxx @@ -279,7 +279,7 @@ namespace nasal bases() { BaseGhost* base = BaseGhost::getSingletonPtr(); - base->addDerived( &getTypeFor ); + base->addDerived( &Ghost::getTypeFor ); // Replace any getter that is not available in the current class. // TODO check if this is the correct behavior of function overriding -- 2.39.5