Another attempt to satisfy travis
This commit is contained in:
parent
d16ce1b300
commit
a4a1ae49f1
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,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);
|
||||
std::swap(str, focus_str);
|
||||
}
|
||||
|
||||
// Get the appropriate background images
|
||||
|
|
Loading…
Add table
Reference in a new issue