summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-09-26 02:48:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-09-26 02:48:59 +0000
commit25ac88fcae679cb8c1355fee1b4932122dc5fe36 (patch)
tree42d3bd6a7e28e6881e441f46dccd0ef20dee4a14 /gtk2_ardour/io_selector.h
parent5f9df85b0dac5ab5ac68bd20b14aafa2981973d3 (diff)
fix all _impl member functions to be on_ instead
git-svn-id: svn://localhost/trunk/ardour2@38 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index 534b7482f4..fd549cc6a2 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -116,7 +116,7 @@ class IOSelectorWindow : public ArdourDialog
IOSelector& selector() { return _selector; }
protected:
- gint map_event_impl (GdkEventAny *);
+ gint on_map (GdkEventAny *);
private:
IOSelector _selector;
@@ -158,7 +158,7 @@ class PortInsertWindow : public ArdourDialog
PortInsertWindow (ARDOUR::Session&, ARDOUR::PortInsert&, bool can_cancel=false);
protected:
- gint map_event_impl (GdkEventAny *);
+ gint on_map (GdkEventAny *);
private: