diff options
Diffstat (limited to 'source/core/StarImageProcessing.hpp')
-rw-r--r-- | source/core/StarImageProcessing.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/core/StarImageProcessing.hpp b/source/core/StarImageProcessing.hpp index 71ce6fc..8316d18 100644 --- a/source/core/StarImageProcessing.hpp +++ b/source/core/StarImageProcessing.hpp @@ -18,11 +18,11 @@ StringList colorDirectivesFromConfig(JsonArray const& directives); String paletteSwapDirectivesFromConfig(Json const& swaps); struct NullImageOperation { - + bool unloaded = false; }; struct ErrorImageOperation { - std::exception_ptr exception; + Variant<std::string, std::exception_ptr> cause; }; struct HueShiftImageOperation { |