Fix copy elision prevention
This commit is contained in:
parent
c165cbed32
commit
db8042f43b
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ auto GenerateCodes() {
|
||||||
Ui::show(
|
Ui::show(
|
||||||
Box<RevokePublicLinkBox>(
|
Box<RevokePublicLinkBox>(
|
||||||
&window->session(),
|
&window->session(),
|
||||||
std::move(Fn<void()>())),
|
Fn<void()>()),
|
||||||
Ui::LayerOption::KeepOther);
|
Ui::LayerOption::KeepOther);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue