summaryrefslogtreecommitdiff
path: root/include/vcl/weld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r--include/vcl/weld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 6f6776f38b57..5c82b6d3dc27 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -741,7 +741,7 @@ public:
class VCL_DLLPUBLIC TimeSpinButton
{
protected:
- TimeFieldFormat m_eFormat;
+ TimeFieldFormat const m_eFormat;
std::unique_ptr<weld::SpinButton> m_xSpinButton;
Link<TimeSpinButton&, void> m_aValueChangedHdl;