初步修改
This commit is contained in:
@@ -156,7 +156,7 @@ public:
|
||||
}
|
||||
std::shared_ptr<Data_Source> total_source() {
|
||||
for (auto i : mode_acs.data_source_config.map.list()) {
|
||||
if (i->enable)
|
||||
if (i->enabled())
|
||||
return i;
|
||||
}
|
||||
return mode_acs.data_source_config.map.list().at(0);
|
||||
|
||||
Reference in New Issue
Block a user