diff options
Diffstat (limited to '')
-rw-r--r-- | src/BlockEntities/CommandBlockEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/CommandBlockEntity.h b/src/BlockEntities/CommandBlockEntity.h index bb85e221b..715fe445c 100644 --- a/src/BlockEntities/CommandBlockEntity.h +++ b/src/BlockEntities/CommandBlockEntity.h @@ -22,7 +22,7 @@ class cCommandBlockEntity : { // tolua_end - using super = cBlockEntity; + using Super = cBlockEntity; public: // tolua_export |