Skip to content

DetDescrConditions: Fix cppcheck warnings.

  • Pass strings by const reference, not value.
  • Initialize members in an init clause, not in the ctor body.

Merge request reports