summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-bluetooth.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-bluetooth.h')
-rw-r--r--libnm-core/nm-setting-bluetooth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-setting-bluetooth.h b/libnm-core/nm-setting-bluetooth.h
index ca0c17110a..6bb5ce80a4 100644
--- a/libnm-core/nm-setting-bluetooth.h
+++ b/libnm-core/nm-setting-bluetooth.h
@@ -59,9 +59,9 @@ G_BEGIN_DECLS
*/
#define NM_SETTING_BLUETOOTH_TYPE_PANU "panu"
-typedef struct {
+struct _NMSettingBluetooth {
NMSetting parent;
-} NMSettingBluetooth;
+};
typedef struct {
NMSettingClass parent;