summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lineset.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-19 15:50:22 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-19 15:50:22 +0000
commitaa00dbc40e00aa43caae6bfc188a27be2f23c636 (patch)
treed0e18b1894915da39b095ac1d2f1997ece94a8a2 /gtk2_ardour/lineset.h
parentdadee4622d15218e0190b72797897fbb7b247711 (diff)
Fix MIDI streamview grid. Fixes #3460.
git-svn-id: svn://localhost/ardour2/branches/3.0@7806 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/lineset.h')
-rw-r--r--gtk2_ardour/lineset.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/lineset.h b/gtk2_ardour/lineset.h
index e4f836717f..2f9a61d039 100644
--- a/gtk2_ardour/lineset.h
+++ b/gtk2_ardour/lineset.h
@@ -153,8 +153,7 @@ protected:
void region_needs_update(double coord1, double coord2);
bool update_bounds();
void update_lines(bool need_redraw);
- void redraw_request(ArtIRect&);
- void redraw_request(ArtDRect&);
+ void redraw_request (ArtDRect const &);
Lines::iterator line_at(double coord);