C4091 typedef ignored.

This commit is contained in:
Daniel Buckmaster 2015-07-23 19:55:50 +10:00
parent 311d6bd81f
commit 5e2de608d5

View file

@ -310,7 +310,7 @@ protected:
U8 *data; ///< Allocated data (size is BlockSize)
U32 size; ///< Bytes used in data
CodeData *next; ///< Next block
};
} CodeData;
/// @name Emitted code
/// {