diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_pushbutton.h')
-rw-r--r-- | xfa/fwl/core/ifwl_pushbutton.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xfa/fwl/core/ifwl_pushbutton.h b/xfa/fwl/core/ifwl_pushbutton.h index d717997c18..0c63592f11 100644 --- a/xfa/fwl/core/ifwl_pushbutton.h +++ b/xfa/fwl/core/ifwl_pushbutton.h @@ -31,10 +31,7 @@ class CFWL_MsgMouse; class CFX_DIBitmap; class IFWL_Widget; -class IFWL_PushButtonDP : public IFWL_DataProvider { - public: - virtual CFX_DIBitmap* GetPicture(IFWL_Widget* pWidget) = 0; -}; +class IFWL_PushButtonDP : public IFWL_DataProvider {}; class IFWL_PushButton : public IFWL_Widget { public: |