From 43e0a37906afabb0b3b091b8d3eac9a910cae50c Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 02:33:41 +0500 Subject: wip --- fluid/app/Image_Asset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/app/Image_Asset.h') 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 -- cgit v1.2.3