summaryrefslogtreecommitdiff
path: root/forms/source/helper
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper')
-rw-r--r--forms/source/helper/controlfeatureinterception.cxx2
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);
}
}