mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-31 13:45:36 -05:00
Fix warnings
This commit is contained in:
@@ -55,7 +55,7 @@ Connection::Connection(std::string name, std::string address, uint64_t port,
|
||||
{
|
||||
}
|
||||
|
||||
Connection::Connection(const Connection &other)
|
||||
Connection::Connection(const Connection &other) : Item(other)
|
||||
{
|
||||
_name = other._name;
|
||||
_address = other._address;
|
||||
|
||||
Reference in New Issue
Block a user