summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/boost_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/boost_debug.h')
-rw-r--r--libs/ardour/ardour/boost_debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/boost_debug.h b/libs/ardour/ardour/boost_debug.h
index 758166d8f1..08c5f5a830 100644
--- a/libs/ardour/ardour/boost_debug.h
+++ b/libs/ardour/ardour/boost_debug.h
@@ -29,10 +29,12 @@
//#define BOOST_MARK_ROUTE(p) boost_debug_shared_ptr_mark_interesting((p).get(),"Route")
//#define BOOST_MARK_TRACK(p) boost_debug_shared_ptr_mark_interesting((p).get(),"Track")
+//#define BOOST_MARK_VCA(p) boost_debug_shared_ptr_mark_interesting((p).get(),"ControlMaster")
//#define BOOST_SHOW_POINTERS() boost_debug_list_ptrs()
#define BOOST_MARK_ROUTE(p)
#define BOOST_MARK_TRACK(p)
+#define BOOST_MARK_VCA(p)
#define BOOST_SHOW_POINTERS()