summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/bindable_button.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-01-13 19:48:55 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-01-13 19:48:55 +0000
commit6817b59169b2c334245f8018d7e3f2235e195aa0 (patch)
tree030f9138e15dbae4d033083c3e5b89a41367345c /libs/gtkmm2ext/gtkmm2ext/bindable_button.h
parentf5aef674d3c7a6541932be6e835d4e35f4be7920 (diff)
Moved strip_whitespace_edges() to pbd/whitespace.h
Gtkmm2ext::Prompter::get_result() calls strip_whitespace_edges(), so you don't have to. Removed unused/unecessary/forgotten headers from libpbd. git-svn-id: svn://localhost/trunk/ardour2@270 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/bindable_button.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/bindable_button.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/bindable_button.h b/libs/gtkmm2ext/gtkmm2ext/bindable_button.h
index 4b97403eee..7400cf15d0 100644
--- a/libs/gtkmm2ext/gtkmm2ext/bindable_button.h
+++ b/libs/gtkmm2ext/gtkmm2ext/bindable_button.h
@@ -21,15 +21,15 @@
#ifndef __pbd_gtkmm_bindable_button_h__
#define __pbd_gtkmm_bindable_button_h__
+#include <string>
+
#include <gtkmm2ext/stateful_button.h>
#include <gtkmm2ext/popup.h>
-
namespace MIDI {
class Controllable;
}
-
namespace Gtkmm2ext {
class BindableToggleButton : public Gtk::ToggleButton
@@ -41,7 +41,7 @@ class BindableToggleButton : public Gtk::ToggleButton
//- You won't be able
//- to add a widget in this button since it already has a {\class Gtk_Label}
//- in it.
- explicit BindableToggleButton(MIDI::Controllable *, const string &label);
+ explicit BindableToggleButton(MIDI::Controllable *, const std::string &label);
virtual ~BindableToggleButton() {}