diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/animatedimagespeer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/animatedimagespeer.cxx b/toolkit/source/awt/animatedimagespeer.cxx index d7ba97e24590..d6dc140f6f28 100644 --- a/toolkit/source/awt/animatedimagespeer.cxx +++ b/toolkit/source/awt/animatedimagespeer.cxx @@ -440,7 +440,7 @@ namespace toolkit aImages[ imageIndex++ ] = Image(rCachedImage.xGraphic); } } - pThrobber->setImageList( aImages ); + pThrobber->setImageList( std::move(aImages) ); } catch( const Exception& ) { |