]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo in pragma implementation
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 8 May 2001 22:26:58 +0000 (22:26 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 8 May 2001 22:26:58 +0000 (22:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/htmlproc.h

index 8b3906b527dcacb95017be665aa852fb99482f03..4706915148fab7f8d78d85804aa016143911548b 100644 (file)
@@ -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