From 568aff520b4ca33d851317a4ea88807b4fd2da40 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 19 Jun 2015 14:58:28 -0700 Subject: Fix -Wnon-virtual-dtor warnings on the XFA branch. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1183483003. --- xfa/src/fdp/include/fde_pth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/src/fdp/include/fde_pth.h') diff --git a/xfa/src/fdp/include/fde_pth.h b/xfa/src/fdp/include/fde_pth.h index be3cc8d50e..5aa9997484 100644 --- a/xfa/src/fdp/include/fde_pth.h +++ b/xfa/src/fdp/include/fde_pth.h @@ -11,6 +11,7 @@ class IFDE_Path { public: static IFDE_Path* Create(); + virtual ~IFDE_Path() {} virtual void Release() = 0; virtual FX_BOOL StartFigure() = 0; virtual FX_BOOL CloseFigure() = 0; -- cgit v1.2.3