From badb78928ff7bc0c1a8672d3bd34469d3599b51e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 8 May 2001 22:26:58 +0000 Subject: [PATCH] fixed typo in pragma implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmlproc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2