Index: trunk/abdev/BasicCompiler_Common/src/Compiler.cpp
===================================================================
--- trunk/abdev/BasicCompiler_Common/src/Compiler.cpp	(revision 195)
+++ trunk/abdev/BasicCompiler_Common/src/Compiler.cpp	(revision 196)
@@ -84,5 +84,5 @@
 		tempType.PtrLevelDown();
 
-		return (string)"*" + TypeToString( type );
+		return (string)"*" + TypeToString( tempType );
 	}
 	else if( type.IsObject() || type.IsStruct() ){
