summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bond.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device-bond.h')
-rw-r--r--src/devices/nm-device-bond.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/nm-device-bond.h b/src/devices/nm-device-bond.h
index cea1a0e3e7..d1606dd610 100644
--- a/src/devices/nm-device-bond.h
+++ b/src/devices/nm-device-bond.h
@@ -23,7 +23,7 @@
#include <glib-object.h>
-#include "nm-device-wired.h"
+#include "nm-device.h"
G_BEGIN_DECLS
@@ -43,11 +43,11 @@ typedef enum {
#define NM_DEVICE_BOND_SLAVES "slaves"
typedef struct {
- NMDeviceWired parent;
+ NMDevice parent;
} NMDeviceBond;
typedef struct {
- NMDeviceWiredClass parent;
+ NMDeviceClass parent;
} NMDeviceBondClass;