From bf29e5b532e4ef9a309906083b33b6d4c48ff757 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 2 Nov 2017 19:07:58 +0000 Subject: Remove CJX_Node::SetInteger default value This CL removes the CJX_Node::SetInteger default value. All callsites already passed in a value. Change-Id: Ic3a1c3e3d896ca93ba0d5a3fe869d1273dd71dc7 Reviewed-on: https://pdfium-review.googlesource.com/17532 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- fxjs/cjx_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fxjs/cjx_node.h b/fxjs/cjx_node.h index ea66f13ed8..863dcc53af 100644 --- a/fxjs/cjx_node.h +++ b/fxjs/cjx_node.h @@ -81,7 +81,7 @@ class CJX_Node : public CJX_Object { WideString GetContent(); bool TryInteger(XFA_ATTRIBUTE eAttr, int32_t& iValue, bool bUseDefault); - bool SetInteger(XFA_ATTRIBUTE eAttr, int32_t iValue, bool bNotify = false); + bool SetInteger(XFA_ATTRIBUTE eAttr, int32_t iValue, bool bNotify); int32_t GetInteger(XFA_ATTRIBUTE eAttr); bool TryCData(XFA_ATTRIBUTE eAttr, -- cgit v1.2.3