diff options
Diffstat (limited to 'NT')
| -rw-r--r-- | NT/src/graph.h | 1 | ||||
| -rw-r--r-- | NT/src/rotor.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/NT/src/graph.h b/NT/src/graph.h index 00aee48..55ffecb 100644 --- a/NT/src/graph.h +++ b/NT/src/graph.h @@ -7,7 +7,6 @@ Represents a graph of rotor nodes and includes methods to manipulate nodes TJR Jan 2014 */ -#include "rotor.h" #include "factory.h" #include "Poco/File.h" diff --git a/NT/src/rotor.h b/NT/src/rotor.h index 038334b..72843a2 100644 --- a/NT/src/rotor.h +++ b/NT/src/rotor.h @@ -103,7 +103,7 @@ namespace Rotor { { in >> en.value; return in; - } + }; class Audio_frame{ public: |
