2
0
MelvMay-GG 12 жил өмнө
parent
commit
2f1af0bb50

+ 1 - 1
engine/source/persistence/taml/taml.cc

@@ -1062,7 +1062,7 @@ bool Taml::generateTamlSchema( const char* pFilename )
             else
             else
             {
             {
                 // No, so assume it's a string type initially.
                 // No, so assume it's a string type initially.
-                char* pFieldTypeDescription = "xs:string";
+                const char* pFieldTypeDescription = "xs:string";
 
 
                 // Handle known types.
                 // Handle known types.
                 if( fieldType == TypeF32 )
                 if( fieldType == TypeF32 )