Skip to content

Commit df74e77

Browse files
committed
Merge branch 'skia_2024'
2 parents d626aa5 + 26ac087 commit df74e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/include/elements/element/gallery/button.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ namespace cycfi::elements
287287
constexpr static bool has_default_corner_radius = false;
288288

289289
button_styler_rounded_half_default(Base const& base)
290-
: Base(std::move(base))
290+
: Base(base)
291291
{}
292292

293293
virtual float get_corner_radius_top_left() const override;

0 commit comments

Comments
 (0)