diff --git a/src/Mod/Mesh/App/Core/MeshIO.h b/src/Mod/Mesh/App/Core/MeshIO.h index 937edf62eb..8c89b90c70 100644 --- a/src/Mod/Mesh/App/Core/MeshIO.h +++ b/src/Mod/Mesh/App/Core/MeshIO.h @@ -232,7 +232,8 @@ protected: std::string objectName; std::vector _groups; static std::string stl_header; - static std::string asyWidth, asyHeight; + static std::string asyWidth; + static std::string asyHeight; }; /*!