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

This commit is contained in:
LuisAntonRebollo 2014-05-05 19:58:55 +02:00
parent 82bb19e1b5
commit 1f085a8cd2

View file

@ -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