changes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include "pins.hpp"
|
||||
|
||||
Pin::Pin(std::string name) : SystemElement(name) {
|
||||
|
||||
};
|
||||
Pin::Pin(std::string name) : SystemElement(name) {};
|
||||
|
||||
Pins::Pins(void): SystemElementContainer<Pin>("pins") {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user