Index: fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
index 28904e2ca642f2dc919d45dd4a7a454800b6e0a1..6c3d15e4f112b88bbf34a7ad9fe3865eb5540bc5 100644 |
--- a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
+++ b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
@@ -12,7 +12,7 @@ |
#define JS_STR_VIEWERVARIATION L"Full" |
#define JS_STR_VIEWERVERSION_XFA L"11" |
-class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr, public CFX_Object |
+class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr |
{ |
public: |
CXFA_FWLAdapterTimerMgr(CPDFDoc_Environment* pEnv) : m_pEnv(pEnv) |
@@ -29,7 +29,7 @@ protected: |
CPDFDoc_Environment* m_pEnv; |
}; |
-class CFWL_TimerInfo : public CFX_Object |
+class CFWL_TimerInfo |
{ |
public: |
CFWL_TimerInfo() |