diff options
Diffstat (limited to 'xfa/include/fwl/theme/datetimepickertp.h')
-rw-r--r-- | xfa/include/fwl/theme/datetimepickertp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/include/fwl/theme/datetimepickertp.h b/xfa/include/fwl/theme/datetimepickertp.h index 01a775a6f1..39e509530c 100644 --- a/xfa/include/fwl/theme/datetimepickertp.h +++ b/xfa/include/fwl/theme/datetimepickertp.h @@ -18,8 +18,7 @@ public: protected:
void DrawDropDownButton(CFWL_ThemeBackground *pParams, CFX_Matrix *pMatrix);
void initThemeData();
- struct DTPThemeData : public CFX_Object {
- public:
+ struct DTPThemeData {
FX_ARGB BoxBkColor[13][2];
} *m_pThemeData;
};
|