X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fview.h;h=4457e1d9bd25009bf01f39f6fd387a7685686586;hp=3d94a876f9609c7a66ee5ac290881c7ac1706673;hb=070e5e119baa62352418dbc2dd1b0670b4da8dca;hpb=f4bba69cebb67c19cfe0725287f9c383b3d852c0;ds=sidebyside diff --git a/src/view.h b/src/view.h index 3d94a87..4457e1d 100644 --- a/src/view.h +++ b/src/view.h @@ -13,7 +13,7 @@ namespace IPDF { public: View(Document & document, const Rect & bounds = Rect(0,0,1,1), const Colour & colour = Colour(0.f,0.f,0.f,1.f)) - : m_colour(colour), m_use_gpu_transform(false), m_bounds_dirty(true), m_buffer_dirty(true), m_document(document), m_bounds(bounds) + : m_use_gpu_transform(false), m_bounds_dirty(true), m_buffer_dirty(true), m_document(document), m_bounds(bounds), m_colour(colour) { Debug("View Created - Bounds => {%s}", m_bounds.Str().c_str()); }