Yet again an attempt to appease travis
This commit is contained in:
parent
4cf5be674c
commit
002f9a83c6
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void tend_credits::pre_show(twindow& window)
|
|||
// TODO: this seems an inefficient way to place the focused group first
|
||||
if(!focus_str.str().empty()) {
|
||||
focus_str << str.rdbuf();
|
||||
str.swap(focus_str);
|
||||
str = std::move(focus_str);
|
||||
}
|
||||
|
||||
// Get the appropriate background images
|
||||
|
|
Loading…
Add table
Reference in a new issue