From 33ffa11a2661b82b8d300a3df731de812d590153 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 11 Dec 2013 15:02:34 +0000 Subject: reverted to old sin & cos method --- rotord/src/rotor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotor.h') 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 &_settings)=0; //pure virtual virtual ~Node(){ for (auto a: attributes) delete a.second; -- cgit v1.2.3