From 554946db7d7fdbcc7ef6529b3546693995522aa4 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 3 Jan 2010 19:58:18 +0000 Subject: [PATCH] correcting error message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/private/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2