Fix for VS bug

This commit is contained in:
Thomas Geymayer
2012-11-16 15:49:43 +01:00
parent 1cbe271ad5
commit d56ea7e6c4

View File

@@ -279,7 +279,7 @@ namespace nasal
bases()
{
BaseGhost* base = BaseGhost::getSingletonPtr();
base->addDerived( &getTypeFor<BaseGhost> );
base->addDerived( &Ghost::getTypeFor<BaseGhost> );
// Replace any getter that is not available in the current class.
// TODO check if this is the correct behavior of function overriding