Commit 26ac087 1 parent 9390834 commit 26ac087 Copy full SHA for 26ac087
File tree 2 files changed +4
-4
lines changed
include/elements/element/gallery
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ namespace cycfi::elements
39
39
return gdk_window_get_scale_factor (gdk_win);
40
40
}
41
41
42
- window::window (std::string const & name, int style_, rect const & bounds)
43
- : _window(new host_window)
42
+ window::window (std::string const & name, int /* style_*/ , rect const & bounds)
43
+ : _window(new host_window)
44
44
{
45
45
// Chicken and egg. GTK wants us to create windows only
46
46
// after the app is activated. So we have a scheme to
Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ namespace cycfi::elements
286
286
using direction_t = default_button_styler::direction;
287
287
constexpr static bool has_default_corner_radius = false ;
288
288
289
- button_styler_rounded_half_default (Base base)
290
- : Base(std::move( base) )
289
+ button_styler_rounded_half_default (Base const & base)
290
+ : Base(base)
291
291
{}
292
292
293
293
virtual float get_corner_radius_top_left () const override ;
You can’t perform that action at this time.
0 commit comments