summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-10-03 13:38:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-10-03 13:38:21 +0000
commitd5b13692582e014c02dff75bf85ae6765d762dc4 (patch)
tree38f8fb2e368e3c22404338d6ccffdbe3805ba59c /gtk2_ardour/editor.h
parentc1f85106cc8dc8e9234b3774e2457c0adcfbeabd (diff)
probable fix for track sync-ordering, part II to come in a minute
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3850 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index f5b72508be..4afce621cf 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1710,7 +1710,7 @@ public:
void update_route_visibility ();
- void sync_order_keys ();
+ void sync_order_keys (void*);
bool ignore_route_order_sync;
bool route_list_display_button_press (GdkEventButton*);