fix -Wreorder

This commit is contained in:
wmayer
2018-09-19 17:17:43 +02:00
parent d978287af6
commit 8ab6ffa692

View File

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