From: Stefan Csomor Date: Sun, 3 Jan 2010 19:58:18 +0000 (+0000) Subject: correcting error message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/554946db7d7fdbcc7ef6529b3546693995522aa4 correcting error message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/private/timer.h b/include/wx/osx/private/timer.h index 01367d359c..cd990764c3 100644 --- a/include/wx/osx/private/timer.h +++ b/include/wx/osx/private/timer.h @@ -1,7 +1,7 @@ /* common warning snippet for all osx direct includes */ #ifndef wxOSX_USE_CARBON -#error "this files should only be included after platform.h was included +#error "this files should only be included after platform.h was included" #endif #if 1 // revert to wxOSX_USE_COCOA_OR_IPHONE in case of problems