소스 검색

Fix error on Clang compiler: 'ival' is a protected member of 'Dictionary::Entry'

LuisAntonRebollo 11 년 전
부모
커밋
1f085a8cd2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Engine/source/console/consoleInternal.h

+ 2 - 0
Engine/source/console/consoleInternal.h

@@ -311,6 +311,8 @@ public:
       // NOTE: This is protected to ensure no one outside
       // of this structure is messing with it.
 
+      friend class Dictionary;
+
       #pragma warning( push )
       #pragma warning( disable : 4201 ) // warning C4201: nonstandard extension used : nameless struct/union