summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker_view.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2005-11-13 03:53:51 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2005-11-13 03:53:51 +0000
commit183f69970c6c436b102f8b2fbe1bc6070c9e9bfe (patch)
tree9e0831557d8b096605d7c80b563fec755b5cbdf0 /gtk2_ardour/marker_view.h
parent1a3a77607768721f6834ddae09f532cdb6aec4a6 (diff)
some C++-ification of GnomeCanvasBlah
git-svn-id: svn://localhost/trunk/ardour2@82 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/marker_view.h')
-rw-r--r--gtk2_ardour/marker_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/marker_view.h b/gtk2_ardour/marker_view.h
index 10f94b7a34..969a0a216f 100644
--- a/gtk2_ardour/marker_view.h
+++ b/gtk2_ardour/marker_view.h
@@ -54,7 +54,7 @@ class MarkerView : public TimeAxisViewItem
* @param start the start time of this item
* @param duration the duration of this item
*/
- MarkerView(GnomeCanvasGroup *parent,
+ MarkerView(Gnome::Canvas::Group *parent,
TimeAxisView *tv,
ImageFrameView* marked,
double spu,