Skip to content
Snippets Groups Projects
Commit 5740ae67 authored by Reiner Hauser's avatar Reiner Hauser
Browse files

Add explicit to constructor (cppcheck)

parent 9d36eb93
No related branches found
No related tags found
No related merge requests found
Pipeline #6476221 passed
...@@ -96,7 +96,7 @@ namespace daq { ...@@ -96,7 +96,7 @@ namespace daq {
static const InterfaceList& interfaces(); static const InterfaceList& interfaces();
private: private:
Interface(struct ifaddrs *addr); explicit Interface(struct ifaddrs *addr);
~Interface(); ~Interface();
// Representation // Representation
......
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