From: Stefan Csomor Date: Fri, 12 Sep 2008 18:30:20 +0000 (+0000) Subject: missin quote X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6cc970f33269027d7c1fe58a6a93292d41b24217 missin quote git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/private.h b/include/wx/osx/private.h index ba09d40872..d3a75084d5 100644 --- a/include/wx/osx/private.h +++ b/include/wx/osx/private.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 #ifndef _WX_PRIVATE_OSX_H_