summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-06-29 20:29:39 +0000
committerDoug McLain <doug@nostar.net>2007-06-29 20:29:39 +0000
commit69ea58691945606219de487a41532de376e7047e (patch)
tree802bb2a330cfdea10dd07beedf8c38278e207ce9 /gtk2_ardour/ui_config.h
parent9f545076a2d34d89d34532092ce99804bc50049c (diff)
fix compiler warning
git-svn-id: svn://localhost/ardour2/trunk@2090 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ui_config.h')
-rw-r--r--gtk2_ardour/ui_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/ui_config.h b/gtk2_ardour/ui_config.h
index c44ad25a18..6e7946b32b 100644
--- a/gtk2_ardour/ui_config.h
+++ b/gtk2_ardour/ui_config.h
@@ -93,8 +93,9 @@ class UIConfigVariable
protected:
T get_for_save() { return value; }
- T value;
std::string _name;
+ T value;
+
};
class UIConfiguration : public PBD::Stateful