| Index: fpdfsdk/fpdfdoc_unittest.cpp
|
| diff --git a/fpdfsdk/fpdfdoc_unittest.cpp b/fpdfsdk/fpdfdoc_unittest.cpp
|
| index a67e50cd52e15e9b5e418efa9fd951786fdcacc5..eb04de69711c9b6be9da8eb3a11c35d0be425838 100644
|
| --- a/fpdfsdk/fpdfdoc_unittest.cpp
|
| +++ b/fpdfsdk/fpdfdoc_unittest.cpp
|
| @@ -24,6 +24,8 @@
|
|
|
| class CPDF_TestDocument : public CPDF_Document {
|
| public:
|
| + CPDF_TestDocument() : CPDF_Document(nullptr) {}
|
| +
|
| void SetRoot(CPDF_Dictionary* root) { m_pRootDict = root; }
|
| CPDF_IndirectObjectHolder* GetHolder() { return this; }
|
| };
|
|
|