summaryrefslogtreecommitdiff
path: root/Gate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Gate.cpp')
-rw-r--r--Gate.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gate.cpp b/Gate.cpp
index 7475dd9..0e206d0 100644
--- a/Gate.cpp
+++ b/Gate.cpp
@@ -38,8 +38,9 @@ Gate::Gate(GATE_TYPE type, int x, int y, int width, int height, int loaded_id)
Gate::~Gate() {}
+
void
-Gate::remove_input_gate(int id)
+Gate::remove_input_object(int id)
{
if (input_gate1)
{