mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
delete default comnstructor
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
654faaa58c
commit
868d1b5378
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
static bool is_path_valid(const std::filesystem::path unsafe_path);
|
||||
|
||||
private:
|
||||
IpDevice() = delete;
|
||||
IpDevice(const std::filesystem::path valid_path) : PlatformDevice(valid_path){};
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue