From: Thomas Geymayer Date: Thu, 15 Nov 2012 22:31:18 +0000 (+0100) Subject: One more fix for old gcc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=33db3c377f76a576c33c15ea11b35b9a60cea18c;p=simgear.git One more fix for old gcc --- diff --git a/simgear/nasal/cppbind/Ghost.hxx b/simgear/nasal/cppbind/Ghost.hxx index 300db250..05c4fd4a 100644 --- a/simgear/nasal/cppbind/Ghost.hxx +++ b/simgear/nasal/cppbind/Ghost.hxx @@ -519,7 +519,7 @@ namespace nasal < typename BaseGhost::raw_type, typename Ghost::raw_type >::value - && dynamic_cast(base) != base ) + && dynamic_cast(base) != base ) return 0; // Now check if we can further downcast to one of our derived classes.