no-op change to get build bot running

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-08-13 04:23:37 +00:00
parent b70ee0382a
commit 128ad18349

View File

@@ -61,7 +61,7 @@ bool wxCheckForInterrupt(wxWindow *WXUNUSED(wnd))
// Return true if we have a colour display
bool wxColourDisplay()
{
// always the case on OSX
// always the case on OS X
return true;
}