diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-28 13:34:23 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-28 13:34:23 +0200 |
| commit | 2331febb334828b8e7fa721dd783ae0d9f6609ad (patch) | |
| tree | dc5c1c067ab05f062af7a4f9451228bc3080d836 /adw/include/adwaitamm/helpers | |
| parent | d7e133846015d005768e5588a6dd926fed4d3f04 (diff) | |
| download | turns-2331febb334828b8e7fa721dd783ae0d9f6609ad.tar.xz turns-2331febb334828b8e7fa721dd783ae0d9f6609ad.zip | |
adw: format source code
Diffstat (limited to 'adw/include/adwaitamm/helpers')
| -rw-r--r-- | adw/include/adwaitamm/helpers/gobj_mixin.hpp | 2 |
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()); } |
