mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 18:59:02 +08:00
Fix typo #3152
This commit is contained in:
parent
4913e90e10
commit
5cfa36f36e
@ -58,7 +58,7 @@ class ConfigOptionVector : public ConfigOptionVectorBase
|
||||
std::vector<T> values;
|
||||
|
||||
void set(const ConfigOption &option) {
|
||||
const const ConfigOptionVector<T>* other = dynamic_cast< const ConfigOptionVector<T>* >(&option);
|
||||
const ConfigOptionVector<T>* other = dynamic_cast< const ConfigOptionVector<T>* >(&option);
|
||||
if (other != NULL) this->values = other->values;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user