fix clang build (nw)

This commit is contained in:
smf- 2018-09-06 09:40:38 +01:00
parent 9e3b73ded4
commit 33d101f293

View File

@ -57,7 +57,7 @@ public:
~netdev_tap();
int send(uint8_t *buf, int len) override;
void set_mac(const char *mac);
void set_mac(const char *mac) override;
protected:
int recv_dev(uint8_t **buf) override;
private: