diff options
Diffstat (limited to 'core/fxge/dib/ifx_scanlinecomposer.h')
-rw-r--r-- | core/fxge/dib/ifx_scanlinecomposer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/dib/ifx_scanlinecomposer.h b/core/fxge/dib/ifx_scanlinecomposer.h index 4df01dda23..7b070c02ff 100644 --- a/core/fxge/dib/ifx_scanlinecomposer.h +++ b/core/fxge/dib/ifx_scanlinecomposer.h @@ -15,7 +15,7 @@ class IFX_ScanlineComposer { virtual void ComposeScanline(int line, const uint8_t* scanline, - const uint8_t* scan_extra_alpha = nullptr) = 0; + const uint8_t* scan_extra_alpha) = 0; virtual bool SetInfo(int width, int height, |