summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_timeline.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-17 01:15:47 +0200
committerRobin Gareus <robin@gareus.org>2013-04-17 02:27:06 +0200
commit1227f2b73e5fc936a216343e58c0adad19d23640 (patch)
treeabd3642e8e6d91b1857b5ba38a5d426192c661eb /gtk2_ardour/video_timeline.h
parent3d169d00bb27a0724239c4c530198a6b2d431911 (diff)
vtl: get rid of one more unnecessary canvas-group
Diffstat (limited to 'gtk2_ardour/video_timeline.h')
-rw-r--r--gtk2_ardour/video_timeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/video_timeline.h b/gtk2_ardour/video_timeline.h
index d82f27a3f3..7765b47c45 100644
--- a/gtk2_ardour/video_timeline.h
+++ b/gtk2_ardour/video_timeline.h
@@ -101,7 +101,7 @@ class VideoTimeLine : public sigc::trackable, public ARDOUR::SessionHandlePtr, p
protected:
PublicEditor *editor;
- ArdourCanvas::Group *videotl_bar_group;
+ ArdourCanvas::Group *videotl_group;
int bar_height;
std::string _xjadeo_bin;