summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2008-12-23 04:11:24 +0000
committerCarl Hetherington <carl@carlh.net>2008-12-23 04:11:24 +0000
commite6c2f03ca1200381f379da8e84f8068d2901bbaf (patch)
tree854d8d689de112bf1652b8c5ec452249cc12bc99 /gtk2_ardour/streamview.h
parentd724837a4401b3d858d2a40b388d0cca8210cd5d (diff)
Fix stacked regions display mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@4337 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index fe97489241..fa330dafae 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -72,7 +72,7 @@ public:
virtual int set_samples_per_unit (gdouble spp);
gdouble get_samples_per_unit () { return _samples_per_unit; }
- void set_layer_display (LayerDisplay);
+ void set_layer_display (LayerDisplay);
ArdourCanvas::Group* background_group() { return _background_group; }
ArdourCanvas::Group* canvas_item() { return canvas_group; }