mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
Fix error on Clang compiler: 'ival' is a protected member of 'Dictionary::Entry'
This commit is contained in:
parent
82bb19e1b5
commit
1f085a8cd2
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue