styled widget: use std::move

This commit is contained in:
Subhraman Sarkar 2024-12-06 10:30:27 +05:30
parent 5175beb1e7
commit 20242ffc84

View File

@ -309,7 +309,7 @@ protected:
void set_config(resolution_definition_ptr config)
{
config_ = config;
config_ = std::move(config);
}
/***** ***** ***** ***** miscellaneous ***** ***** ***** *****/