From 6cc970f33269027d7c1fe58a6a93292d41b24217 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 12 Sep 2008 18:30:20 +0000 Subject: [PATCH] missin quote git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ -- 2.50.0