summaryrefslogtreecommitdiffstats
path: root/tests/Redstone/creatable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Redstone/creatable.cpp')
-rw-r--r--tests/Redstone/creatable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Redstone/creatable.cpp b/tests/Redstone/creatable.cpp
index f26ebe85c..02c622788 100644
--- a/tests/Redstone/creatable.cpp
+++ b/tests/Redstone/creatable.cpp
@@ -99,6 +99,7 @@ class MockChunk
{
public:
cRedstoneSimulatorChunkData * GetRedstoneSimulatorData() { return NULL; }
+ void SetRedstoneSimulatorData(cRedstoneSimulatorChunkData * a_Data) {}
bool IsRedstoneDirty() { return true; }
void SetIsRedstoneDirty(bool a_Param) {}