summaryrefslogtreecommitdiff
path: root/src/surface.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-07-15 02:59:55 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-07-15 02:59:55 (GMT)
commit263901c82d02dfb73fba2235de5593e2de0e232f (patch)
tree1dcd6ba62dd4ecd8c57a7c4a66aa1655ea74c59a /src/surface.cc
parent1b38030f7e243c4eeb288d07084a99ff1e616e85 (diff)
fix compilation and linking issues on mingw crossbuild
Diffstat (limited to 'src/surface.cc')
-rw-r--r--src/surface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/surface.cc b/src/surface.cc
index d962e38..2fa3717 100644
--- a/src/surface.cc
+++ b/src/surface.cc
@@ -225,7 +225,7 @@ PolySet *SurfaceNode::evaluate_polyset(class PolySetEvaluator *) const
std::string SurfaceNode::toString() const
{
std::stringstream stream;
- fs::path path(this->filename);
+ fs::path path((std::string)this->filename);
stream << this->name() << "(file = " << this->filename << ", "
"center = " << (this->center ? "true" : "false")
contact: Jan Huwald // Impressum