| Index: xfa/include/fwl/adapter/fwl_sdadapterimp.h
|
| diff --git a/xfa/include/fwl/adapter/fwl_sdadapterimp.h b/xfa/include/fwl/adapter/fwl_sdadapterimp.h
|
| index 98b2ecbaf0ac89d05a168eb5cb24e25ca0020961..6f8170ff5cce5fa429abc53889aefef1e23a38b3 100644
|
| --- a/xfa/include/fwl/adapter/fwl_sdadapterimp.h
|
| +++ b/xfa/include/fwl/adapter/fwl_sdadapterimp.h
|
| @@ -14,7 +14,7 @@ class IFWL_WidgetMgrDelegate;
|
| class CFWL_SDAdatperNative;
|
| class CFWL_SDAdapterWidgetMgr;
|
| class CFWL_SDAdapterTimerMgr;
|
| -class CFWL_SDAdapterWidgetMgr : public IFWL_AdapterWidgetMgr, public CFX_Object
|
| +class CFWL_SDAdapterWidgetMgr : public IFWL_AdapterWidgetMgr
|
| {
|
| public:
|
| CFWL_SDAdapterWidgetMgr();
|
| @@ -56,7 +56,7 @@ public:
|
| virtual FWL_ERR SetMessageHook(IFWL_AdapterMessageHook *hook);
|
| virtual FWL_ERR GetSystemBorder(FX_FLOAT &l, FX_FLOAT &t, FX_FLOAT &r, FX_FLOAT &b);
|
| };
|
| -class CFWL_SDAdapterThreadMgr : public IFWL_AdapterThreadMgr, public CFX_Object
|
| +class CFWL_SDAdapterThreadMgr : public IFWL_AdapterThreadMgr
|
| {
|
| public:
|
| CFWL_SDAdapterThreadMgr();
|
|
|