Browse Source

interrogate fix

David Rose 16 years ago
parent
commit
8f5102d889
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/interrogate/interfaceMakerPythonNative.cxx

+ 1 - 1
dtool/src/interrogate/interfaceMakerPythonNative.cxx

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