fixed typo in pragma implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-05-08 22:26:58 +00:00
parent 3e729cbe15
commit badb78928f

View File

@@ -12,7 +12,7 @@
#define _WX_HTMLPREP_H_ #define _WX_HTMLPREP_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "htmlprep.h" #pragma interface "htmlproc.h"
// (implementation is in htmlwin.cpp, there's no htmlprep.cpp!) // (implementation is in htmlwin.cpp, there's no htmlprep.cpp!)
#endif #endif