diff options
Diffstat (limited to 'src/dev/etherdevice.hh')
-rw-r--r-- | src/dev/etherdevice.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/etherdevice.hh b/src/dev/etherdevice.hh index 81e5535b0..ace600a4e 100644 --- a/src/dev/etherdevice.hh +++ b/src/dev/etherdevice.hh @@ -48,12 +48,12 @@ class EtherInt; * The base EtherObject class, allows for an accesor function to a * simobj that returns the Port. */ -class EtherDevice : public PciDev +class EtherDevice : public PciDevice { public: typedef EtherDeviceParams Params; EtherDevice(const Params *params) - : PciDev(params) + : PciDevice(params) {} const Params * |