summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-04-30 02:37:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-04-30 02:37:05 +0000
commit53199152fdb49df703c2d87a778bc7e37663499d (patch)
treee7f7d285c197b6f587aedf8536dfcc4d48d33948 /gtk2_ardour/editor.h
parent4ec4eb24638add2add1496a051cb5b57517b32c8 (diff)
first pass of dynamically resizable track heights
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3298 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 799b306d25..900b2c9e40 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -2117,7 +2117,7 @@ public:
RhythmFerret* rhythm_ferret;
- void set_track_height (TimeAxisView::TrackHeight h);
+ void set_track_height (uint32_t h);
void set_track_height_largest ();
void set_track_height_large ();
void set_track_height_larger ();