diff options
| -rw-r--r-- | rotord/rotor.h | 1 | ||||
| -rw-r--r-- | styleReq.xml | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index ae6c41d..7f18ee5 100644 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -123,7 +123,6 @@ namespace Rotor { if (inputs[i].connection) inputs[i].connection->get_output(time); } } - }; class Image{ char* data; diff --git a/styleReq.xml b/styleReq.xml new file mode 100644 index 0000000..bc75880 --- /dev/null +++ b/styleReq.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<style description="Off and on style ©Rotor 2013"> + +</style>
\ No newline at end of file |
