adapted factory 😄

This commit is contained in:
Johannes Wendel
2019-05-06 20:52:16 +02:00
parent c92d0736a6
commit 4aeebb9291
12 changed files with 57 additions and 1006 deletions

View File

@@ -14,7 +14,7 @@ namespace detail
{
Item::Item(uint8_t address, std::string name) :
address(address), name(std::move(name))
address(address), name(std::move(name))
{}
uint8_t Item::get_address() const