summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-11 15:02:34 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-11 15:02:34 +0000
commit33ffa11a2661b82b8d300a3df731de812d590153 (patch)
tree3b69dcd922f474f2f3a1348abbb46d995d3699a6 /rotord/src/rotor.h
parent1bae3f889b11933353d4ef31c692c9b7cb9f5047 (diff)
reverted to old sin & cos method
Diffstat (limited to 'rotord/src/rotor.h')
-rw-r--r--rotord/src/rotor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index 0013313..174a622 100644
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -338,7 +338,7 @@ namespace Rotor {
};
class Node{
public:
- Node(){duplicate_inputs=false;UItype="";};
+ Node(){duplicate_inputs=false;UItype="none";};
virtual Node* clone(map<string,string> &_settings)=0; //pure virtual
virtual ~Node(){
for (auto a: attributes) delete a.second;