mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 09:02:30 +00:00
Another attempt to satisfy travis
This commit is contained in:
parent
d16ce1b300
commit
a4a1ae49f1
@ -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…
x
Reference in New Issue
Block a user