summaryrefslogtreecommitdiff
path: root/glib/glibmm/interface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glibmm/interface.cc')
-rw-r--r--glib/glibmm/interface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glibmm/interface.cc b/glib/glibmm/interface.cc
index c8495653..8ed14d39 100644
--- a/glib/glibmm/interface.cc
+++ b/glib/glibmm/interface.cc
@@ -98,7 +98,7 @@ Interface::Interface(const Interface_Class& interface_class)
g_free(iface_props);
}
}
- else // gobject_ == 0
+ else // gobject_ == nullptr
{
// The GObject is not instantiated yet. Add to the custom_interface_classes
// and add the interface in the Glib::Object constructor.