From: Václav Slavík Date: Tue, 8 May 2001 22:26:58 +0000 (+0000) Subject: fixed typo in pragma implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/badb78928ff7bc0c1a8672d3bd34469d3599b51e?ds=sidebyside fixed typo in pragma implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/htmlproc.h b/include/wx/html/htmlproc.h index 8b3906b527..4706915148 100644 --- a/include/wx/html/htmlproc.h +++ b/include/wx/html/htmlproc.h @@ -12,7 +12,7 @@ #define _WX_HTMLPREP_H_ #ifdef __GNUG__ -#pragma interface "htmlprep.h" +#pragma interface "htmlproc.h" // (implementation is in htmlwin.cpp, there's no htmlprep.cpp!) #endif