interrogate fix

This commit is contained in:
David Rose 2009-09-30 22:35:58 +00:00
parent 7ebb9477f8
commit 8f5102d889

View File

@ -612,7 +612,7 @@ void InterfaceMakerPythonNative::GetValideChildClasses( std::map< std::string
CPPStructType *base_type = TypeManager::resolve_type(base._base)->as_struct_type();
if(base_type != NULL)
{
std::string scoped_name = base_type->get_fully_scoped_name();
std::string scoped_name = base_type->get_local_name(&parser);
if(answer.find(scoped_name) == answer.end())
{