FIX: obj->cache_flow_ratio

Change-Id: Ibfc955a1034f9999a82e29469f3b2d007683e2e7
(cherry picked from commit b7e73f44822cfbf0a7b2d00b9170fae51087850c)
This commit is contained in:
liz.li 2023-07-04 14:59:13 +08:00 committed by Lane.Wei
parent d43a60fd8f
commit cc2536e719
2 changed files with 11 additions and 4 deletions

View file

@ -24,7 +24,7 @@ public:
void set_cali_stage(CaliPresetStage stage, float value);
void get_cali_stage(CaliPresetStage& stage, float& value);
void set_flow_ratio_value(wxString flow_ratio);
void set_flow_ratio_value(float flow_ratio);
protected:
CaliPresetStage m_stage;