summaryrefslogtreecommitdiff
path: root/include/vcl/pngwrite.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/pngwrite.hxx')
-rw-r--r--include/vcl/pngwrite.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/pngwrite.hxx b/include/vcl/pngwrite.hxx
index bb32b2e0173c..a5b65532c132 100644
--- a/include/vcl/pngwrite.hxx
+++ b/include/vcl/pngwrite.hxx
@@ -36,7 +36,7 @@ namespace vcl
public:
- explicit PNGWriter(const BitmapEx&, const css::uno::Sequence<css::beans::PropertyValue>* pFilterData = NULL);
+ explicit PNGWriter(const BitmapEx&, const css::uno::Sequence<css::beans::PropertyValue>* pFilterData = nullptr);
~PNGWriter();
bool Write(SvStream& rStream);