Fix 1 on Github. Adjust code to VisualStudio build

This commit is contained in:
Dmitry Pinaev
2016-09-14 22:25:48 +02:00
parent c6e012b05e
commit 04cebe13f3
28 changed files with 299 additions and 94 deletions
+2 -2
View File
@@ -16,11 +16,11 @@ nPorts(PortType portType) const
switch (portType)
{
case PortType::IN:
case PortType::In:
result = 1;
break;
case PortType::OUT:
case PortType::Out:
result = 0;
default: