0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-05 22:11:52 +00:00
Files
termux-packages/packages/aptitude/0105-add-namespace-to-ptr_fun.patch
Chongyun Lee a734bf2478 new package: aptitude
Co-Authored-By: kawanakaiku <80381779+kawanakaiku@users.noreply.github.com>
2024-01-08 06:55:43 +08:00

14 lines
474 B
Diff

--- a/src/ui.cc
+++ b/src/ui.cc
@@ -694,8 +694,8 @@
{
really_quit_active = true;
prompt_yesno(_("Really quit Aptitude?"), false,
- cw::util::arg(sigc::bind(ptr_fun(do_really_quit_answer), true)),
- cw::util::arg(sigc::bind(ptr_fun(do_really_quit_answer), false)));
+ cw::util::arg(sigc::bind(sigc::ptr_fun(do_really_quit_answer), true)),
+ cw::util::arg(sigc::bind(sigc::ptr_fun(do_really_quit_answer), false)));
}
}
else