summaryrefslogtreecommitdiff
path: root/gtk2_ardour/axis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/axis_view.h')
-rw-r--r--gtk2_ardour/axis_view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/axis_view.h b/gtk2_ardour/axis_view.h
index 3c72a78c84..3a3d901317 100644
--- a/gtk2_ardour/axis_view.h
+++ b/gtk2_ardour/axis_view.h
@@ -28,6 +28,7 @@
#include <boost/unordered_map.hpp>
#include <gtkmm/label.h>
+#include <gtkmm/table.h>
#include <gdkmm/color.h>
#include "pbd/xml++.h"
@@ -123,6 +124,9 @@ protected:
Gtk::Label name_label;
+ Gtk::Label inactive_label;
+ Gtk::Table inactive_table;
+
mutable boost::unordered_map<std::string, std::string> property_hashtable;
}; /* class AxisView */