From: Thomas Geymayer Date: Thu, 28 Feb 2013 23:33:47 +0000 (+0100) Subject: Visual Studio fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=081eba903f96f49bd6cc5bd6b67142b2d95f016b;p=simgear.git Visual Studio fix --- diff --git a/simgear/nasal/cppbind/Ghost.hxx b/simgear/nasal/cppbind/Ghost.hxx index 2d672097..9c2de3a3 100644 --- a/simgear/nasal/cppbind/Ghost.hxx +++ b/simgear/nasal/cppbind/Ghost.hxx @@ -374,7 +374,9 @@ namespace nasal if( setter ) { - typename boost::remove_reference::type + typename boost::remove_const + < typename boost::remove_reference::type + >::type (*from_nasal_)(naContext, naRef) = &nasal::from_nasal; // Setter signature: void(naContext, raw_type&, naRef)