styled widget: use std::move
This commit is contained in:
parent
5175beb1e7
commit
20242ffc84
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ protected:
|
|||
|
||||
void set_config(resolution_definition_ptr config)
|
||||
{
|
||||
config_ = config;
|
||||
config_ = std::move(config);
|
||||
}
|
||||
|
||||
/***** ***** ***** ***** miscellaneous ***** ***** ***** *****/
|
||||
|
|
Loading…
Add table
Reference in a new issue