Browse Source

- Taml serialization WIP.

MelvMay-GG 12 years ago
parent
commit
b2b91f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/source/persistence/taml/tamlCustom.h

+ 1 - 1
engine/source/persistence/taml/tamlCustom.h

@@ -161,7 +161,7 @@ public:
 
     inline StringTableEntry getFieldName( void ) const { return mFieldName; }
 
-    bool fieldNameBeginsWith( const char* pComparison )
+    bool fieldNameBeginsWith( const char* pComparison ) const
     {
         const U32 comparisonLength = dStrlen( pComparison );
         const U32 fieldNameLength = dStrlen( mFieldName );