summaryrefslogtreecommitdiff
path: root/xfa/src/fdp/src/fde/fde_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fdp/src/fde/fde_object.h')
-rw-r--r--xfa/src/fdp/src/fde/fde_object.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/xfa/src/fdp/src/fde/fde_object.h b/xfa/src/fdp/src/fde/fde_object.h
index 190865f612..26100c7571 100644
--- a/xfa/src/fdp/src/fde/fde_object.h
+++ b/xfa/src/fdp/src/fde/fde_object.h
@@ -29,7 +29,7 @@ public:
}
virtual void Release()
{
- FDE_Delete this;
+ delete this;
}
virtual int32_t GetType() const
@@ -144,7 +144,7 @@ public:
virtual void Release()
{
- FDE_Delete this;
+ delete this;
}
virtual int32_t GetType() const
{
@@ -200,7 +200,7 @@ public:
virtual void Release()
{
- FDE_Delete this;
+ delete this;
}
virtual int32_t GetType() const
{
@@ -274,7 +274,7 @@ public:
virtual void Release()
{
- FDE_Delete this;
+ delete this;
}
virtual int32_t GetType() const
{
@@ -341,7 +341,7 @@ public:
virtual void Release()
{
- FDE_Delete this;
+ delete this;
}
virtual int32_t GetType() const
{