summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--glib/glibmm/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/glibmm/object.h b/glib/glibmm/object.h
index 72c66928..006d5ea7 100644
--- a/glib/glibmm/object.h
+++ b/glib/glibmm/object.h
@@ -233,9 +233,9 @@ struct TypeTraits<Glib::RefPtr<const T>>
} // namespace Container_Helpers
-template <class T, class PtrT>
+template <class PtrT>
inline PtrT
-Value_Pointer<T, PtrT>::get_(Glib::Object*) const
+Value_Pointer<PtrT>::get_(Glib::Object*) const
{
return dynamic_cast<T*>(get_object());
}