summaryrefslogtreecommitdiff
path: root/fluid/app/Image_Asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/app/Image_Asset.h')
-rw-r--r--fluid/app/Image_Asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/app/Image_Asset.h b/fluid/app/Image_Asset.h
index f5376beaa..fcc8fb31c 100644
--- a/fluid/app/Image_Asset.h
+++ b/fluid/app/Image_Asset.h
@@ -32,7 +32,7 @@ private: // member variables
bool is_animated_gif_ = false; ///< It's an animated gif.
std::string filename_ { }; ///< Relative path to the image file
int refcount_ = 0; ///< Reference count
- Fl_Shared_Image *image_ = nullptr; ///< The actual image as managed by FLTK
+ Fl_Shared_Image *image_ = 0; ///< The actual image as managed by FLTK
std::string initializer_function_ { }; ///< The name of the initializer function
private: // methods