Explorar o código

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

LuisAntonRebollo %!s(int64=11) %!d(string=hai) anos
pai
achega
1f085a8cd2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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