various minor things from clang-tidy

This commit is contained in:
Erik Frojdh
2020-01-16 11:39:35 +01:00
parent 30a4a1740f
commit 7a00732fa8
6 changed files with 39 additions and 38 deletions

View File

@ -1054,7 +1054,7 @@ class Detector {
Result<std::vector<int>> getRxDbitList(Positions pos = {}) const;
/** [CTB] list contains the set of bits (0-63) to save */
void setRxDbitList(std::vector<int> list, Positions pos = {});
void setRxDbitList(const std::vector<int>& list, Positions pos = {});
/** [CTB] */
Result<int> getRxDbitOffset(Positions pos = {}) const;