| Index: xfa/fwl/core/ifwl_checkbox.h
|
| diff --git a/xfa/fwl/core/ifwl_checkbox.h b/xfa/fwl/core/ifwl_checkbox.h
|
| index 06e8f703af7d0d2eab5217184a1311431fc5dc48..e15c6a8e72388706d674d8d070fc7511f8936814 100644
|
| --- a/xfa/fwl/core/ifwl_checkbox.h
|
| +++ b/xfa/fwl/core/ifwl_checkbox.h
|
| @@ -74,7 +74,7 @@ class IFWL_CheckBox : public IFWL_Widget {
|
| private:
|
| void SetCheckState(int32_t iCheck);
|
| void Layout();
|
| - uint32_t GetPartStates();
|
| + uint32_t GetPartStates() const;
|
| void UpdateTextOutStyles();
|
| void NextStates();
|
| void OnFocusChanged(CFWL_Message* pMsg, bool bSet);
|
|
|