Browse Source

C4091 typedef ignored.

Daniel Buckmaster 10 years ago
parent
commit
5e2de608d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/console/compiler.h

+ 1 - 1
Engine/source/console/compiler.h

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