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

Fixed Test class, missing Process::Process

parent 350b0873
No related branches found
No related tags found
1 merge request!158Help streamlined
......@@ -12,6 +12,7 @@
class Testdata : public Process
{
using Process::Process;
inline static CdoModule module = {
.name = "Testdata",
.operators = { { "testdata" } },
......
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