summaryrefslogtreecommitdiff
path: root/Gate.cpp
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-07-01 19:31:11 +0930
committerDaniel Jones <admin@danieljon.es>2020-07-01 19:31:11 +0930
commit010b96610730b5028c42faa633d067ebb411a744 (patch)
treeb18659d0e83128d636078daa7df28867783cdefa /Gate.cpp
parentec91ec4eede7ea2a2a42261a3b0d8d0eb7b2397b (diff)
downloadfoxlogicgates-010b96610730b5028c42faa633d067ebb411a744.tar.gz
foxlogicgates-010b96610730b5028c42faa633d067ebb411a744.zip
move remove_input_object() into object superclass
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)
{