From 55ff73a2adda462b2d18f9e8bac825997259c464 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 1 Sep 2022 16:23:12 -0600 Subject: [PATCH] fix clang/macos compilation --- libs/surfaces/push2/cues.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/push2/cues.cc b/libs/surfaces/push2/cues.cc index da539c6c3c..5a1299f146 100644 --- a/libs/surfaces/push2/cues.cc +++ b/libs/surfaces/push2/cues.cc @@ -73,7 +73,7 @@ #include "pbd/i18n.h" #ifdef __APPLE__ -#define Rect ArdourCanvas::Rect +#undef Rect #endif using namespace ARDOUR;