diff options
author | Andrew Weintraub <asweintraub@google.com> | 2017-12-08 21:49:58 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-08 21:49:58 +0000 |
commit | f8f22c7ac7f3d4b922f40f67e910114e55b187b0 (patch) | |
tree | c02a0f39ae3cf2fe98d2b63af723487e88d6381e /core/fpdfdoc | |
parent | 93bb725b62f9779534c9444c1e1319fe8c28912e (diff) | |
download | pdfium-f8f22c7ac7f3d4b922f40f67e910114e55b187b0.tar.xz |
Fix build when using different sysroots.chromium/3289
Bug:
Change-Id: I86b4c72343288d83d51f493d3d888aad45baed5a
Reviewed-on: https://pdfium-review.googlesource.com/20610
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fpdfdoc')
-rw-r--r-- | core/fpdfdoc/cpdf_action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/cpdf_action.cpp b/core/fpdfdoc/cpdf_action.cpp index 9d28bc1f82..a3e2e23baf 100644 --- a/core/fpdfdoc/cpdf_action.cpp +++ b/core/fpdfdoc/cpdf_action.cpp @@ -21,7 +21,7 @@ const char* const g_sATypes[] = { } // namespace -CPDF_Action::CPDF_Action() {} +CPDF_Action::CPDF_Action() : CPDF_Action(nullptr) {} CPDF_Action::CPDF_Action(CPDF_Dictionary* pDict) : m_pDict(pDict) {} |