Skip to content
Snippets Groups Projects
Commit 9860f6af authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

readded missing constructor to VarList

parent 957a132b
No related branches found
No related tags found
1 merge request!312CMake Improvements and fixes
...@@ -64,7 +64,8 @@ public: ...@@ -64,7 +64,8 @@ public:
CdoVars vars; CdoVars vars;
int vlistID{ CDI_UNDEFID }; int vlistID{ CDI_UNDEFID };
VarList(const int _vlistID); VarList() {}
explicit VarList(const int _vlistID);
// clang-format off // clang-format off
void isInit() const { assert(vlistID != CDI_UNDEFID); } void isInit() const { assert(vlistID != CDI_UNDEFID); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment