浏览代码

C4091 typedef ignored.

Daniel Buckmaster 10 年之前
父节点
当前提交
5e2de608d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
       U32 size;       ///< Bytes used in data
       CodeData *next; ///< Next block
-   };
+   } CodeData;
    
    /// @name Emitted code
    /// {