]> git.saurik.com Git - wxWidgets.git/commitdiff
no-op change to get build bot running
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 12 Aug 2010 08:25:16 +0000 (08:25 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 12 Aug 2010 08:25:16 +0000 (08:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/utils_osx.cpp

index c7adb418110dc1f4527250b5afe869fa10bf4b57..94b0444ebb1ce75b22e2075119ed85352a644eb4 100644 (file)
@@ -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;
 }