Index: trunk/ab5.0/abdev/compiler_x86/Compile_CallProc.cpp
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/Compile_CallProc.cpp	(revision 565)
+++ trunk/ab5.0/abdev/compiler_x86/Compile_CallProc.cpp	(revision 566)
@@ -132,5 +132,5 @@
 				if( !pobj_c )
 				{
-					pobj_c=compiler.GetObjectModule().meta.GetClasses().Find(ObjectName);
+					pobj_c = compiler.GetObjectModule().meta.FindClassSupportedTypeDef( ObjectName );
 					if( pobj_c ){
 						isStatic = true;
Index: trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp	(revision 565)
+++ trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp	(revision 566)
@@ -415,5 +415,5 @@
 
 	if( pIsClassName ){
-		if( compiler.GetObjectModule().meta.GetClasses().Find( termFull ) ){
+		if( compiler.GetObjectModule().meta.FindClassSupportedTypeDef( termFull ) ){
 			*pIsClassName = true;
 			return true;
