summaryrefslogtreecommitdiffstats
path: root/src/Simulator/NoopRedstoneSimulator.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-10-25 22:54:00 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-10-25 22:54:00 +0200
commit85c298d73e871daadf91671cdae9db83e30f9029 (patch)
tree2f9a2afcc0bb676454f332f78bffb7bd3e6ea380 /src/Simulator/NoopRedstoneSimulator.h
parentFixed some block checks (diff)
downloadcuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.gz
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.bz2
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.lz
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.xz
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.tar.zst
cuberite-85c298d73e871daadf91671cdae9db83e30f9029.zip
Diffstat (limited to 'src/Simulator/NoopRedstoneSimulator.h')
-rw-r--r--src/Simulator/NoopRedstoneSimulator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Simulator/NoopRedstoneSimulator.h b/src/Simulator/NoopRedstoneSimulator.h
index 832b26dfc..4e05529f5 100644
--- a/src/Simulator/NoopRedstoneSimulator.h
+++ b/src/Simulator/NoopRedstoneSimulator.h
@@ -8,9 +8,9 @@
class cRedstoneNoopSimulator :
- public cRedstoneSimulator<cChunk, cWorld>
+ public cRedstoneSimulator
{
- typedef cRedstoneSimulator<cChunk, cWorld> super;
+ typedef cRedstoneSimulator super;
public:
cRedstoneNoopSimulator(cWorld & a_World) :