| Index: core/fxge/dib/dib_int.h
|
| diff --git a/core/fxge/dib/dib_int.h b/core/fxge/dib/dib_int.h
|
| index aa79b731544c25faf9ed517f3ceabe35f63ad125..24069ec2ace73b4e6605fdf13844b7e3ccf29935 100644
|
| --- a/core/fxge/dib/dib_int.h
|
| +++ b/core/fxge/dib/dib_int.h
|
| @@ -55,7 +55,7 @@ class CWeightTable {
|
| int flags);
|
| PixelWeight* GetPixelWeight(int pixel) const;
|
| int* GetValueFromPixelWeight(PixelWeight* pWeight, int index) const;
|
| - size_t GetPixelWeightSize() const;
|
| + size_t GetMaximumPixelWeightSize(PixelWeight* pWeight) const;
|
|
|
| private:
|
| int m_DestMin;
|
|
|