diff --git a/Engine/source/console/compiler.h b/Engine/source/console/compiler.h index a356f3d09..3f1fb5339 100644 --- a/Engine/source/console/compiler.h +++ b/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 /// {