Allow union attribute "selection" to have multiple comma-separted values.

This commit is contained in:
asuessenbach
2022-09-27 08:50:36 +02:00
parent aa2322efe3
commit 1173c9ab77
2 changed files with 11 additions and 9 deletions

View File

@@ -295,7 +295,7 @@ private:
std::vector<std::string> len;
bool noAutoValidity = false;
std::vector<bool> optional;
std::string selection;
std::vector<std::string> selection;
std::string selector;
std::string value;
std::string usedConstant;