X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fboost_debug.h;h=6a0e4970fdf6ac6d8a8d551ddc0cad04cc2971a7;hb=350ed31655b00f3043e5d723606cdd50099fa91b;hp=513bf2512de1eb35feeadf7e5ddf3424d4239851;hpb=5cfeaf410212c5bc104050820d1fb255b7a471b9;p=ardour.git diff --git a/libs/pbd/pbd/boost_debug.h b/libs/pbd/pbd/boost_debug.h index 513bf2512d..6a0e4970fd 100644 --- a/libs/pbd/pbd/boost_debug.h +++ b/libs/pbd/pbd/boost_debug.h @@ -24,6 +24,7 @@ #include void boost_debug_shared_ptr_mark_interesting (void* ptr, const char* type); -void boost_debug_shared_ptr_show (std::ostream& str, void* ptr); +void boost_debug_list_ptrs (); +void boost_debug_shared_ptr_show_live_debugging (bool yn); #endif /* __pbd_boost_debug_h__ */