From: Karsten Ballüder Date: Mon, 19 Jul 1999 09:22:50 +0000 (+0000) Subject: typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b761fe4cfa77774f534953050d27a1a06c9d2e8b?ds=inline typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/help.h b/include/wx/help.h index 3e2ad36dea..98f7cee571 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -9,7 +9,7 @@ #define wxHelpController wxWinHelpController #define sm_classwxHelpController sm_classwxWinHelpController #else // !MSW - #include "wx/generic/helpbase.h" + #include "wx/helpbase.h" #endif // MSW/!MSW #endif