From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- src/nmtui/nmt-editor-section.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nmtui/nmt-editor-section.h') 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)) -- cgit 1.3.0-6-gf8a5