From: Stefan Csomor Date: Thu, 12 Aug 2010 08:25:16 +0000 (+0000) Subject: no-op change to get build bot running X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b70ee0382a1aff1ed5b78d2c88311f7f6b922c64?ds=inline 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 --- 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; }