summaryrefslogtreecommitdiffstats
path: root/src/ui/editvalue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/editvalue.h')
-rw-r--r--src/ui/editvalue.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/ui/editvalue.h b/src/ui/editvalue.h
index c5c857c..1469b69 100644
--- a/src/ui/editvalue.h
+++ b/src/ui/editvalue.h
@@ -75,15 +75,13 @@ protected:
void MoveAdjust();
void HiliteValue(const Event &event);
-protected:
Ui::CEdit* m_edit;
Ui::CButton* m_buttonUp;
Ui::CButton* m_buttonDown;
-
- EditValueType m_type;
- float m_stepValue;
- float m_minValue;
- float m_maxValue;
+ EditValueType m_type;
+ float m_stepValue;
+ float m_minValue;
+ float m_maxValue;
};