[RICHED20]
[reactos.git] / reactos / dll / win32 / riched20 / rtf.h
index 3277301..d8ac323 100644 (file)
@@ -1095,7 +1095,7 @@ typedef   void (*RTFFuncPtr) (RTF_Info *);                /* generic function pointer */
 
 /* RTF parser stack element */
 struct tagRTFState {
-        CHARFORMAT2W fmt;
+        ME_Style *style;
         int codePage;
         int unicodeLength;
 };