mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Remove codecvt dependency. (#516)
This resolves: https://github.com/ArthurSonzogni/FTXUI/issues/514
This commit is contained in:

committed by
GitHub

parent
55b9706cfd
commit
05f29ff3b3
@@ -3,8 +3,9 @@
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
// NOLINTNEXTLINE
|
||||
Loop::Loop(ScreenInteractive* screen, Component component)
|
||||
: screen_(screen), component_(component) {
|
||||
: screen_(screen), component_(std::move(component)) {
|
||||
screen_->PreMain();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user