]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed duplicate guard
authorJulian Smart <julian@anthemion.co.uk>
Thu, 26 Jan 2006 22:35:13 +0000 (22:35 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 26 Jan 2006 22:35:13 +0000 (22:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/helpwnd.h

index 03c97046648c4ad31859eb27cc1669f45c4355ea..5d299a7159887372a8e561a34757e41f07b84d5a 100644 (file)
@@ -9,8 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef _WX_HELPWIN_H_
-#define _WX_HELPWIN_H_
+#ifndef _WX_HELPWND_H_
+#define _WX_HELPWND_H_
 
 #include "wx/defs.h"
 
@@ -327,3 +327,4 @@ END_DECLARE_EVENT_TYPES()
 #endif // wxUSE_WXHTML_HELP
 
 #endif
+