summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-22 01:45:29 +0000
committerDavid Robillard <d@drobilla.net>2008-02-22 01:45:29 +0000
commitfaf4e1d8e863477a13b6c3e3c04d76fbd8011c61 (patch)
treebcb4d4ea2859b447c283b4465e0d410c32f61dbf /gtk2_ardour/streamview.h
parent2921166139ee036b71e4d08b5eb7816fdd4739f2 (diff)
Clean up weird formatting from underlays patch.
Fix several memory (valgrind) errors in a vain attempt to fix crash on session close. git-svn-id: svn://localhost/ardour2/branches/3.0@3105 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 883c82d198..cb7a3332cd 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -127,6 +127,7 @@ protected:
virtual void color_handler () = 0;
RouteTimeAxisView& _trackview;
+ bool owns_canvas_group;
ArdourCanvas::Group* canvas_group;
ArdourCanvas::SimpleRect* canvas_rect; /* frame around the whole thing */