From c55e17da9978932eb107bd6f2a2158dafee7c405 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 29 Apr 2023 21:03:26 +0200 Subject: [PATCH] Fix misleading doxygen comment Previously this was used as documentation for peak_meter() --- libs/ardour/ardour/stripable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/stripable.h b/libs/ardour/ardour/stripable.h index 627fef48b8..84bbb522aa 100644 --- a/libs/ardour/ardour/stripable.h +++ b/libs/ardour/ardour/stripable.h @@ -102,7 +102,7 @@ class LIBARDOUR_API Stripable : public SessionObject, PBD::Signal2 gui_changed; - /*************************************************************** + /* ************************************************************* * Pure interface begins here ***************************************************************/