Fix all of the warnings, re-enable -Werror, etc.
[ipdf/code.git] / src / view.h
index 3d94a87..4457e1d 100644 (file)
@@ -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());
                        }

UCC git Repository :: git.ucc.asn.au