Commit dd422c7b authored by Max Kellermann's avatar Max Kellermann

neighbor/plugins/*: remove redundant "virtual"

parent c8f7a859
......@@ -74,8 +74,8 @@ public:
/* virtual methods from class NeighborExplorer */
void Open() override;
virtual void Close() override;
virtual List GetList() const override;
void Close() override;
List GetList() const override;
private:
void Run();
......
......@@ -64,13 +64,13 @@ public:
/* virtual methods from class NeighborExplorer */
void Open() override;
virtual void Close() override;
virtual List GetList() const override;
void Close() override;
List GetList() const override;
private:
/* virtual methods from class UPnPDiscoveryListener */
virtual void FoundUPnP(const ContentDirectoryService &service) override;
virtual void LostUPnP(const ContentDirectoryService &service) override;
void FoundUPnP(const ContentDirectoryService &service) override;
void LostUPnP(const ContentDirectoryService &service) override;
};
void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment