Fixed duplicate guard

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-01-26 22:35:13 +00:00
parent 4835f3be09
commit 33a8a62852

View 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