summaryrefslogtreecommitdiff
path: root/glib/glibmm/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glibmm/wrap.h')
-rw-r--r--glib/glibmm/wrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/glibmm/wrap.h b/glib/glibmm/wrap.h
index a65bcf6a..5b07395b 100644
--- a/glib/glibmm/wrap.h
+++ b/glib/glibmm/wrap.h
@@ -73,8 +73,8 @@ TInterface* wrap_auto_interface(GObject* object, bool take_copy = false)
pCppObject = wrap_create_new_wrapper_for_interface(object, TInterface::get_base_type());
}
- //If no exact wrapper was created,
- //create an instance of the interface,
+ //If no exact wrapper was created,
+ //create an instance of the interface,
//so we at least get the expected type:
TInterface* result = 0;
if(pCppObject)