]> git.saurik.com Git - wxWidgets.git/commitdiff
missin quote
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 12 Sep 2008 18:30:20 +0000 (18:30 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 12 Sep 2008 18:30:20 +0000 (18:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/private.h

index ba09d4087288085f2ff05c98fad6b5bd6b6e7ebb..d3a75084d502a7b1dc7a2506b18b63767c779c7e 100644 (file)
@@ -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_