From 33db3c377f76a576c33c15ea11b35b9a60cea18c Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Thu, 15 Nov 2012 23:31:18 +0100 Subject: [PATCH] One more fix for old gcc --- 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 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. -- 2.39.5