diff options
Diffstat (limited to 'plugins/IEView/src/MUCCHTMLBuilder.h')
-rw-r--r-- | plugins/IEView/src/MUCCHTMLBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/MUCCHTMLBuilder.h b/plugins/IEView/src/MUCCHTMLBuilder.h index d6c00df94b..0837c2d4fe 100644 --- a/plugins/IEView/src/MUCCHTMLBuilder.h +++ b/plugins/IEView/src/MUCCHTMLBuilder.h @@ -25,7 +25,7 @@ class MUCCHTMLBuilder; #include "HTMLBuilder.h"
-class MUCCHTMLBuilder:public HTMLBuilder
+class MUCCHTMLBuilder :public HTMLBuilder
{
protected:
void loadMsgDlgFont(int i, LOGFONTA * lf, COLORREF * colour);
|