From 0d6b8148602378574f1c84bfd2c56fc2dbe1a13b Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 23 Apr 2017 20:48:33 -0400 Subject: [PATCH] fix the gate.cpp filename --- src/gate.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/gate.cpp b/src/gate.cpp index 5499e92..dca2bca 100644 --- a/src/gate.cpp +++ b/src/gate.cpp @@ -1,8 +1,4 @@ -#include "gate.h" - -Gate::Gate() -{ -} +#include "Gate.h" void Gate::setOut(int newValue, int setTime) {