We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3039a65 commit ef3da14Copy full SHA for ef3da14
src/buttonbig.cpp
@@ -46,5 +46,5 @@ bool ButtonBigBase::OnEvent ( Event event ) {
46
Component ButtonBig ( const ConstStringRef& label,
47
const std::function<void() >& on_click,
48
Ref<ButtonOption> option ) {
49
- return Make<ButtonBigBase> ( label, std::move ( on_click ), std::move ( option ) );
+ return Make<ButtonBigBase> ( label, on_click, option );
50
}
0 commit comments