diff options
Diffstat (limited to 'xfa/include/fwl/basewidget/fwl_caret.h')
-rw-r--r-- | xfa/include/fwl/basewidget/fwl_caret.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/include/fwl/basewidget/fwl_caret.h b/xfa/include/fwl/basewidget/fwl_caret.h index a73e8b0661..3b8fccbc33 100644 --- a/xfa/include/fwl/basewidget/fwl_caret.h +++ b/xfa/include/fwl/basewidget/fwl_caret.h @@ -28,6 +28,5 @@ class IFWL_Caret : public IFWL_Widget { protected:
IFWL_Caret();
- virtual ~IFWL_Caret();
};
#endif
|