fix the gate.cpp filename

This commit is contained in:
daniel 2017-04-23 20:48:33 -04:00
parent d07406cd58
commit 0d6b814860
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
#include "gate.h"
Gate::Gate()
{
}
#include "Gate.h"
void Gate::setOut(int newValue, int setTime)
{