Minor changes based on cppcheck output.

This commit is contained in:
EinMByte 2015-07-16 18:02:19 +02:00
parent 62ac53563c
commit 4ce7b0e9ef
6 changed files with 10 additions and 5 deletions

View file

@ -87,6 +87,7 @@ namespace data
RouterInfo (const std::string& fullPath);
RouterInfo (): m_Buffer (nullptr) { };
RouterInfo (const RouterInfo& ) = default;
RouterInfo& operator=(const RouterInfo& ) = default;
RouterInfo (const uint8_t * buf, int len);