From 8a3b7f3701cb1c0d504e987bf7a0a546821e8089 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sat, 20 Dec 2025 12:27:09 +0000 Subject: [PATCH] A minor comment change --- libs/pbd/pbd/abstract_ui.inc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/abstract_ui.inc.cc b/libs/pbd/pbd/abstract_ui.inc.cc index dbc0061060..aac0e00efb 100644 --- a/libs/pbd/pbd/abstract_ui.inc.cc +++ b/libs/pbd/pbd/abstract_ui.inc.cc @@ -36,7 +36,7 @@ // searched and sorted. Thus, when instantiating the container, MSVC complains // if the type of object being contained has no appropriate comparison operators // defined (specifically, if operators '<' and '==' are undefined). This seems - // to be the case with ptw32 'pthread_t' which is a simple struct. + // to be the case with 'ptw32_handle_t' which is a simple struct. DECLARE_DEFAULT_COMPARISONS(ptw32_handle_t) #endif