minor from clang-tidy

This commit is contained in:
Erik Frojdh
2020-02-04 10:36:03 +01:00
parent b9446f40d1
commit 40bfca588b
4 changed files with 9 additions and 15 deletions

View File

@ -45,7 +45,7 @@ class ClientInterface : private virtual slsDetectorDefs {
void functionNotImplemented();
void modeNotImplemented(const std::string& modename, int mode);
template <typename T>
void validate(T arg, T retval, std::string modename, numberMode hex);
void validate(T arg, T retval, const std::string& modename, numberMode hex);
void verifyLock();
void verifyIdle(sls::ServerInterface &socket);