From: Julian Smart Date: Thu, 26 Jan 2006 22:35:13 +0000 (+0000) Subject: Fixed duplicate guard X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/33a8a628526f8723876e40a24b7eb68632bde584 Fixed duplicate guard git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/helpwnd.h b/include/wx/html/helpwnd.h index 03c9704664..5d299a7159 100644 --- a/include/wx/html/helpwnd.h +++ b/include/wx/html/helpwnd.h @@ -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 +