summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-04 22:51:32 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-04 22:51:32 +0000
commit7703f0a76a82ec3fe21609c396ebf2f950803bf9 (patch)
treefe9a7e7d3555ee3bc9cf84aab5bd2510dd7fc3c6 /gtk2_ardour/editor_summary.cc
parenta4203e01ac071b081e848f7e4c9ebea20c2194d7 (diff)
move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes modifiers available in libgtkmm2ext now
git-svn-id: svn://localhost/ardour2/branches/3.0@6288 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_summary.cc')
-rw-r--r--gtk2_ardour/editor_summary.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc
index 7998b090d6..be609638cf 100644
--- a/gtk2_ardour/editor_summary.cc
+++ b/gtk2_ardour/editor_summary.cc
@@ -30,6 +30,7 @@
using namespace std;
using namespace sigc;
using namespace ARDOUR;
+using Gtkmm2ext::Keyboard;
/** Construct an EditorSummary.
* @param e Editor to represent.