This commit is contained in:
John
2023-11-04 09:31:08 +01:00
parent 607fc00c0e
commit 077d09b620
13 changed files with 38 additions and 33 deletions
+1 -1
View File
@@ -902,7 +902,7 @@ class Condition {
* Write the values part of the condition definition in JSON to the @a ostream.
* @param output the @a ostream to append to.
*/
virtual void dumpValuesJson(ostream* output) const { /* empty on top level*/ };
virtual void dumpValuesJson(ostream* output) const { /* empty on top level*/ }
/**
* Combine this condition with another instance using a logical and.