mirror of
https://github.com/holub/mame
synced 2025-10-08 17:37:56 +03:00
fix clang build (nw)
This commit is contained in:
parent
9e3b73ded4
commit
33d101f293
@ -57,7 +57,7 @@ public:
|
|||||||
~netdev_tap();
|
~netdev_tap();
|
||||||
|
|
||||||
int send(uint8_t *buf, int len) override;
|
int send(uint8_t *buf, int len) override;
|
||||||
void set_mac(const char *mac);
|
void set_mac(const char *mac) override;
|
||||||
protected:
|
protected:
|
||||||
int recv_dev(uint8_t **buf) override;
|
int recv_dev(uint8_t **buf) override;
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user