summaryrefslogtreecommitdiff
path: root/xfa/src/fdp/src/tto/fde_textout.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fdp/src/tto/fde_textout.h')
-rw-r--r--xfa/src/fdp/src/tto/fde_textout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fdp/src/tto/fde_textout.h b/xfa/src/fdp/src/tto/fde_textout.h
index c7a46e3d73..f51f8b39c0 100644
--- a/xfa/src/fdp/src/tto/fde_textout.h
+++ b/xfa/src/fdp/src/tto/fde_textout.h
@@ -39,7 +39,7 @@ public:
~CFDE_TextOut();
virtual void Release()
{
- FDE_Delete this;
+ delete this;
}
virtual void SetFont(IFX_Font *pFont);
virtual void SetFontSize(FX_FLOAT fFontSize);