diff options
Diffstat (limited to 'lib/icon_buffer.h')
-rw-r--r-- | lib/icon_buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/icon_buffer.h b/lib/icon_buffer.h index 3f77a520..f3a358ef 100644 --- a/lib/icon_buffer.h +++ b/lib/icon_buffer.h @@ -32,7 +32,7 @@ public: int getSize() const; //*maximum* icon size in pixel - bool requestFileIcon(const Zstring& filename, wxIcon* icon = NULL); //returns false if icon is not in buffer + bool requestFileIcon(const Zstring& filename, wxIcon* icon = nullptr); //returns false if icon is not in buffer void setWorkload(const std::vector<Zstring>& load); //(re-)set new workload of icons to be retrieved; private: |