浏览代码

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