Cosmetic BufferPainter fix

git-svn-id: svn://ultimatepp.org/upp/trunk@927 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-03-07 19:54:06 +00:00
parent a355ab33da
commit b131fb5759

View file

@ -367,5 +367,5 @@ private:
enum { FILL = -1, CLIP = -2, ONPATH = -3 };
public:
BufferPainter(ImageBuffer& ib, int mode = 0);
BufferPainter(ImageBuffer& ib, int mode = MODE_ANTIALIASED);
};