diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-15 20:13:20 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-15 20:13:20 (GMT) |
commit | be9c424a152a3a58ca9f22ceecc5d31c640b4157 (patch) | |
tree | 505be4a48fde652446deb89985668492549c6cd8 /src | |
parent | 06420a3ef9d577e0ccc725261a0275423b095232 (diff) |
cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/linearextrude.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linearextrude.cc b/src/linearextrude.cc index ba9e412..f68db24 100644 --- a/src/linearextrude.cc +++ b/src/linearextrude.cc @@ -146,7 +146,7 @@ std::string LinearExtrudeNode::toString() const stream << this->name() << "("; if (!this->filename.empty()) { // Ignore deprecated parameters if empty - fs::path path( (std::string) this->filename ); + fs::path path((std::string)this->filename ); stream << "file = " << this->filename << ", " "layer = " << QuotedString(this->layername) << ", " |