Yet again an attempt to appease travis

This commit is contained in:
Charles Dang 2016-09-16 17:38:21 +11:00
parent 4cf5be674c
commit 002f9a83c6

View file

@ -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