Visual Studio fix

This commit is contained in:
Thomas Geymayer 2013-03-01 00:33:47 +01:00
parent 0def045611
commit 081eba903f

View File

@ -374,7 +374,9 @@ namespace nasal
if( setter )
{
typename boost::remove_reference<Param>::type
typename boost::remove_const
< typename boost::remove_reference<Param>::type
>::type
(*from_nasal_)(naContext, naRef) = &nasal::from_nasal;
// Setter signature: void(naContext, raw_type&, naRef)