summaryrefslogtreecommitdiff
path: root/NT/src/rotor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-05-22 10:14:01 +0100
committerTim Redfern <tim@eclectronics.org>2014-05-22 10:14:01 +0100
commit8f1667713a961de1f20688470ab84db097151692 (patch)
tree43f3b068dac7b30df538344ef16d7c6003036203 /NT/src/rotor.h
parentbb6498e5ff6a8a8af8c06300dac051659a37e89b (diff)
colour palette as string inlet
Diffstat (limited to 'NT/src/rotor.h')
-rw-r--r--NT/src/rotor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NT/src/rotor.h b/NT/src/rotor.h
index 2ddf3ee..59533f5 100644
--- a/NT/src/rotor.h
+++ b/NT/src/rotor.h
@@ -91,7 +91,7 @@ namespace Rotor {
template <class NT> class Node_type;
class Enum{
- //enumerated string type for menus
+ //enumerated string type for node options that can appear in a menu
public:
Enum(std::initializer_list<std::string> init={},int def=0) : labels(init), value(def){};
int get_value(){return value;};