From b70ee0382a1aff1ed5b78d2c88311f7f6b922c64 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 12 Aug 2010 08:25:16 +0000 Subject: [PATCH] no-op change to get build bot running git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/utils_osx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osx/utils_osx.cpp b/src/osx/utils_osx.cpp index c7adb41811..94b0444ebb 100644 --- a/src/osx/utils_osx.cpp +++ b/src/osx/utils_osx.cpp @@ -61,6 +61,7 @@ bool wxCheckForInterrupt(wxWindow *WXUNUSED(wnd)) // Return true if we have a colour display bool wxColourDisplay() { + // always the case on OSX return true; } -- 2.50.0