PETKA: Add default constructor. CID 1429040

This commit is contained in:
Eugene Sandulenko 2022-10-24 10:53:06 +02:00
parent a156789f40
commit 0bb127e4fb
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -28,6 +28,7 @@ namespace Petka {
class InterfaceMap: public SubInterface {
public:
InterfaceMap() : _roomResID(0) {}
void start(int id) override;
void stop() override;