C++, please

This commit is contained in:
Paul Davis
2024-12-11 08:32:16 -07:00
parent c24b889717
commit 0e170b6457

View File

@@ -1739,7 +1739,7 @@ EditingContext::typed_event (ArdourCanvas::Item* item, GdkEvent *event, ItemType
return false;
}
gint ret = FALSE;
bool ret = false;
switch (event->type) {
case GDK_BUTTON_PRESS: