TypeHandler: move instead of copy

This commit is contained in:
Günter Obiltschnig 2021-04-11 16:04:14 +02:00
parent aa7667d427
commit 6a5dbd267e

View File

@ -292,7 +292,7 @@ public:
if (pExt->extract(pos++, val))
{
obj = val;
obj = std::move(val);
}
else
{