From 8f1667713a961de1f20688470ab84db097151692 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 22 May 2014 10:14:01 +0100 Subject: colour palette as string inlet --- NT/src/rotor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NT/src/rotor.h') 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 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 init={},int def=0) : labels(init), value(def){}; int get_value(){return value;}; -- cgit v1.2.3