summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'adw/include/adwaitamm/helpers')
-rw-r--r--adw/include/adwaitamm/helpers/gobj_mixin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adw/include/adwaitamm/helpers/gobj_mixin.hpp b/adw/include/adwaitamm/helpers/gobj_mixin.hpp
index 762136e..ec15996 100644
--- a/adw/include/adwaitamm/helpers/gobj_mixin.hpp
+++ b/adw/include/adwaitamm/helpers/gobj_mixin.hpp
@@ -29,7 +29,7 @@ namespace Adwaita::helpers
template<typename Self>
auto gobj(this Self && self) noexcept
{
- using base_type = copy_const_t<std::remove_reference_t<Self>, BaseType>;
+ using base_type = copy_const_t<std::remove_reference_t<Self>, BaseType>;
return reinterpret_cast<base_type *>(self.::Glib::Object::gobj());
}