software_keyboard: Resolve a pessimizing move warning
A std::vector created in place like this is already an rvalue and doesn't need to be moved.
Please register or sign in to comment
A std::vector created in place like this is already an rvalue and doesn't need to be moved.