summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/image.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index f7b34e7d850f..912ecb916306 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -58,7 +58,7 @@ public:
Image( const Bitmap& rBitmap, const Bitmap& rMaskBitmap );
Image( const Bitmap& rBitmap, const Color& rColor );
Image( const ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& rxGraphic );
- Image( const OUString &rFileUrl );
+ explicit Image( const OUString &rPNGFileUrl );
~Image();
Size GetSizePixel() const;