diff options
Diffstat (limited to 'include/unotools/itemholderbase.hxx')
-rw-r--r-- | include/unotools/itemholderbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/itemholderbase.hxx b/include/unotools/itemholderbase.hxx index b401de3435c1..eeb5fa6ee9c0 100644 --- a/include/unotools/itemholderbase.hxx +++ b/include/unotools/itemholderbase.hxx @@ -83,7 +83,7 @@ struct TItemInfo { } - TItemInfo(TItemInfo&& other) + TItemInfo(TItemInfo&& other) noexcept : pItem(std::move(other.pItem)) , eItem(other.eItem) { |