summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdnet.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-09-20 21:10:48 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-09-20 21:10:48 +0000
commitcb74ddd807597a7163ccf6e4914f1affb32407f3 (patch)
tree96b47e61c8fbe2d905ca4fdc24eaeea25d1483b1 /src/osd/osdnet.h
parent39f57c941ae0997b4a7df10523c36d9158bf6fdb (diff)
Clean-ups and version bumpmame0143u6
Diffstat (limited to 'src/osd/osdnet.h')
-rw-r--r--src/osd/osdnet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/osdnet.h b/src/osd/osdnet.h
index 23fc032a061..87d73bd1727 100644
--- a/src/osd/osdnet.h
+++ b/src/osd/osdnet.h
@@ -6,7 +6,7 @@
class netdev
{
public:
- netdev(class device_network_interface *ifdev, int rate);
+ netdev(class device_network_interface *ifdev, int rate);
virtual ~netdev();
virtual int send(UINT8 *buf, int len);
@@ -21,7 +21,7 @@ protected:
private:
void recv(void *ptr, int param);
-
+
class device_network_interface *m_dev;
};