diff options
author | Chris Darnell <chris@cedeel.com> | 2014-09-23 00:23:56 +0200 |
---|---|---|
committer | Chris Darnell <chris@cedeel.com> | 2014-09-23 00:23:56 +0200 |
commit | 806871b86f2f04545f20caa6a8c30db2ccb7bc12 (patch) | |
tree | d77d1df4b459af2363ebf2d3044981d15b78eb81 /src/BlockEntities | |
parent | Updated README.md (diff) | |
download | cuberite-806871b86f2f04545f20caa6a8c30db2ccb7bc12.tar cuberite-806871b86f2f04545f20caa6a8c30db2ccb7bc12.tar.gz cuberite-806871b86f2f04545f20caa6a8c30db2ccb7bc12.tar.bz2 cuberite-806871b86f2f04545f20caa6a8c30db2ccb7bc12.tar.lz cuberite-806871b86f2f04545f20caa6a8c30db2ccb7bc12.tar.xz cuberite-806871b86f2f04545f20caa6a8c30db2ccb7bc12.tar.zst cuberite-806871b86f2f04545f20caa6a8c30db2ccb7bc12.zip |
Diffstat (limited to 'src/BlockEntities')
-rw-r--r-- | src/BlockEntities/RedstonePoweredEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/RedstonePoweredEntity.h b/src/BlockEntities/RedstonePoweredEntity.h index f11df4fc4..eac4e35d4 100644 --- a/src/BlockEntities/RedstonePoweredEntity.h +++ b/src/BlockEntities/RedstonePoweredEntity.h @@ -6,7 +6,7 @@ class cRedstonePoweredEntity { public: - virtual ~cRedstonePoweredEntity() {}; + virtual ~cRedstonePoweredEntity() {} /// Sets the internal redstone power flag to "on" or "off", depending on the parameter. Calls Activate() if appropriate virtual void SetRedstonePower(bool a_IsPowered) = 0; |