From 6d0c257ede97736aeb023717fc86ab435a12d252 Mon Sep 17 00:00:00 2001 From: sgrogan Date: Mon, 31 Aug 2020 17:14:12 -0400 Subject: [PATCH] fix build on Win --- src/Mod/Mesh/App/Core/MeshIO.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }; /*!