1
0
Fork 0
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:
Pascal Bauer 2024-08-30 15:30:31 +02:00 committed by Niklas Eiling
parent 654faaa58c
commit 868d1b5378

View file

@ -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: