diff options
Diffstat (limited to 'forms/source/helper/controlfeatureinterception.cxx')
-rw-r--r-- | forms/source/helper/controlfeatureinterception.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/helper/controlfeatureinterception.cxx b/forms/source/helper/controlfeatureinterception.cxx index c83b61308395..924a1a0041fc 100644 --- a/forms/source/helper/controlfeatureinterception.cxx +++ b/forms/source/helper/controlfeatureinterception.cxx @@ -99,7 +99,7 @@ namespace frm break; } - xChainWalk = xSlave; + xChainWalk = std::move(xSlave); } } |