diff options
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fxge/fx_dib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fxge/fx_dib.h b/core/include/fxge/fx_dib.h index f4f4fd2e6f..3043e7547c 100644 --- a/core/include/fxge/fx_dib.h +++ b/core/include/fxge/fx_dib.h @@ -192,7 +192,7 @@ class CFX_DIBSource { int clip_left, int clip_width) const = 0; - virtual void SetDownSampleSize(int width, int height) const {} + virtual void SetDownSampleSize(int width, int height) {} int GetBPP() const { return m_bpp; } |