From cb798258c433bec7087948fcbfff14d1e7683006 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 17 Sep 2018 18:25:32 +0000 Subject: Fix final/protected conflicts. Classes marked |final| should not have |protected| members. In turn, "private field m_dwEncryptObjNum is not used" warning is produced. Change-Id: I51a96aca5a5f499381a6764d892962f7f2dc0327 Reviewed-on: https://pdfium-review.googlesource.com/42611 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- fxjs/cjs_runtimestub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fxjs') diff --git a/fxjs/cjs_runtimestub.h b/fxjs/cjs_runtimestub.h index cc32744736..779a67579e 100644 --- a/fxjs/cjs_runtimestub.h +++ b/fxjs/cjs_runtimestub.h @@ -36,7 +36,7 @@ class CJS_RuntimeStub final : public IJS_Runtime { Optional ExecuteScript( const WideString& script) override; - protected: + private: UnownedPtr const m_pFormFillEnv; std::unique_ptr m_pContext; }; -- cgit v1.2.3