Skip to content
Snippets Groups Projects
Commit 2cb4064b authored by Julien Malik's avatar Julien Malik
Browse files

WRG: fix initialization order

parent 0eb96f2e
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,8 @@ namespace mvd
VectorImageModel
::VectorImageModel( QObject* parent ) :
AbstractImageModel( parent ),
m_ImageFileReader(),
m_Image(),
m_ImageFileReader(),
m_RasterizedBuffer( NULL ),
m_ExtractFilter(),
m_RenderingFilter(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment