diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_node.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_node.h b/xfa/fxfa/parser/cxfa_node.h index 8a0a3610a6..f6021bd8b0 100644 --- a/xfa/fxfa/parser/cxfa_node.h +++ b/xfa/fxfa/parser/cxfa_node.h @@ -257,7 +257,7 @@ class CXFA_Node : public CXFA_Object { WideString GetRawValue(); int32_t GetRotate(); - CXFA_Bind* GetBind() const; + CXFA_Bind* GetBindIfExists() const; Optional<float> TryWidth(); Optional<float> TryHeight(); |