mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
fix clang build (nw)
This commit is contained in:
parent
9e3b73ded4
commit
33d101f293
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user