diff options
Diffstat (limited to 'src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h')
| -rw-r--r-- | src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h b/src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h index dd4101bf..412174a8 100644 --- a/src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h +++ b/src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h @@ -16,7 +16,7 @@ class MeasureLengthPropertyEditor : public Editor, public LabeledMixin { public: ui::controls::Control* GetRootControl() override { return &container_; } - PropertyType GetValue() const { return measure_length_; } + PropertyType GetValue() { return measure_length_; } void SetValue(const PropertyType& value, bool trigger_change = true); private: |
