We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd41c6a commit 57349ebCopy full SHA for 57349eb
Detectors/TOF/workflow/src/make-parameter-collection.cxx
@@ -63,7 +63,7 @@ class ParamExample : public Parameters<5>
63
public:
64
ParamExample() : Parameters(std::array<std::string, 5>{"p0", "p1", "p2", "p3", "p4"},
65
"ParamExample") { setParameters(std::array<paramvar_t, 5>{0, 1, 2, 3, 4}); }; // Default constructor with default parameters
66
- ~ParamExample() = default;
+ ~ParamExample() override = default;
67
};
68
69
int main(int argc, char* argv[])
0 commit comments