diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:33:41 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:33:41 +0500 |
| commit | 43e0a37906afabb0b3b091b8d3eac9a910cae50c (patch) | |
| tree | d2a037c2bf0dc395fddb08e32ebfcf2795503b7c /fluid/app/Image_Asset.h | |
| parent | 4ce4967c33d56e4b56d85d11fe0e0be91e159f5d (diff) | |
wip
Diffstat (limited to 'fluid/app/Image_Asset.h')
| -rw-r--r-- | fluid/app/Image_Asset.h | 2 |
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 |
