summary refs log tree commit diff
path: root/src/nmtui/nmt-editor-section.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmtui/nmt-editor-section.h')
-rw-r--r--src/nmtui/nmt-editor-section.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmtui/nmt-editor-section.h b/src/nmtui/nmt-editor-section.h
index 43e6852b..e8a05b29 100644
--- a/src/nmtui/nmt-editor-section.h
+++ b/src/nmtui/nmt-editor-section.h
@@ -11,7 +11,7 @@
 
 #define NMT_TYPE_EDITOR_SECTION (nmt_editor_section_get_type())
 #define NMT_EDITOR_SECTION(obj) \
-    (G_TYPE_CHECK_INSTANCE_CAST((obj), NMT_TYPE_EDITOR_SECTION, NmtEditorSection))
+    (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NMT_TYPE_EDITOR_SECTION, NmtEditorSection))
 #define NMT_EDITOR_SECTION_CLASS(klass) \
     (G_TYPE_CHECK_CLASS_CAST((klass), NMT_TYPE_EDITOR_SECTION, NmtEditorSectionClass))
 #define NMT_IS_EDITOR_SECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), NMT_TYPE_EDITOR_SECTION))