Skip to content

Commit

Permalink
fix build on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrogan authored and wwmayer committed Sep 1, 2020
1 parent b8fedc6 commit 41da46a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Mesh/App/Core/MeshIO.h
Expand Up @@ -232,7 +232,8 @@ class MeshExport MeshOutput
std::string objectName;
std::vector<Group> _groups;
static std::string stl_header;
static std::string asyWidth, asyHeight;
static std::string asyWidth;
static std::string asyHeight;
};

/*!
Expand Down

0 comments on commit 41da46a

Please sign in to comment.