summaryrefslogtreecommitdiff
path: root/xfa/src/fee/include/ifde_txtedtbuf.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-06-19 14:58:28 -0700
committerLei Zhang <thestig@chromium.org>2015-06-19 14:58:28 -0700
commit568aff520b4ca33d851317a4ea88807b4fd2da40 (patch)
tree02c6409057908381d36efcd556dd8082044d5509 /xfa/src/fee/include/ifde_txtedtbuf.h
parentc49828916f5b0766f8d6f0fd5bf0a6cc5bd3c1ec (diff)
downloadpdfium-568aff520b4ca33d851317a4ea88807b4fd2da40.tar.xz
Fix -Wnon-virtual-dtor warnings on the XFA branch.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1183483003.
Diffstat (limited to 'xfa/src/fee/include/ifde_txtedtbuf.h')
-rw-r--r--xfa/src/fee/include/ifde_txtedtbuf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/src/fee/include/ifde_txtedtbuf.h b/xfa/src/fee/include/ifde_txtedtbuf.h
index 3aa24ffe69..b0706337c8 100644
--- a/xfa/src/fee/include/ifde_txtedtbuf.h
+++ b/xfa/src/fee/include/ifde_txtedtbuf.h
@@ -7,10 +7,11 @@
#ifndef _IFDE_TXTEDTBUF_H
#define _IFDE_TXTEDTBUF_H
#define FDE_DEFCHUNKLENGTH (1024)
-class IFDE_TxtEdtBuf;
+
class IFDE_TxtEdtBuf
{
public:
+ virtual ~IFDE_TxtEdtBuf() {}
virtual void Release() = 0;
virtual FX_BOOL SetChunkSize(int32_t nChunkSize) = 0;