Fix EditorPreRenderImpl() ctor (reported by Nguyen Michael).

This commit is contained in:
David Capello 2011-04-28 20:49:02 -03:00
parent a0db1deeee
commit cf58f35751

View File

@ -54,7 +54,7 @@ using namespace gfx;
class EditorPreRenderImpl : public EditorPreRender
{
public:
EditorPreRenderImpl(Editor* editor, Image* image, Point& offset, int zoom)
EditorPreRenderImpl(Editor* editor, Image* image, const Point& offset, int zoom)
: m_editor(editor)
, m_image(image)
, m_offset(offset)