diff --git a/engine/shared/library/sharedUtility/src/shared/RotaryCache.h b/engine/shared/library/sharedUtility/src/shared/RotaryCache.h index 7de3efa4..a04c80b0 100644 --- a/engine/shared/library/sharedUtility/src/shared/RotaryCache.h +++ b/engine/shared/library/sharedUtility/src/shared/RotaryCache.h @@ -43,7 +43,7 @@ protected: public: protected: - typedef struct CacheListEntry + struct CacheListEntry { CrcLowerString key; void* value; @@ -51,7 +51,7 @@ protected: typedef stdlist::fwd RotaryList; - typedef struct CacheMapEntry + struct CacheMapEntry { RotaryList::iterator iter; };