fix -Wreorder

This commit is contained in:
wmayer
2018-09-19 17:17:43 +02:00
parent fc7c802ab5
commit 3e7079d9cd

View File

@@ -861,8 +861,8 @@ public:
private:
ViewProviderMesh* mesh;
Gui::ViewVolumeProjection proj;
std::vector<SbVec2f> poly;
Gui::ViewVolumeProjection proj;
};
}