aboutsummaryrefslogtreecommitdiff
path: root/src/ThemeBuilder/components/properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/ThemeBuilder/components/properties')
-rw-r--r--src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h2
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: