rename addDevice to AddDevice
This commit is contained in:
parent
ddf35406c3
commit
e227933b53
3 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ Network::Network(const std::string& name) :
|
|||
{
|
||||
}
|
||||
|
||||
void Network::addDevice(std::shared_ptr<Device> device) {
|
||||
void Network::AddDevice(std::shared_ptr<Device> device) {
|
||||
devices.push_back(device);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue