cosmetics

master
Marius Kintel 2015-01-15 22:51:50 -05:00
parent a038d693c7
commit 7283d06294
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ ValuePtr ValuePtr::undefined;
std::ostream &operator<<(std::ostream &stream, const Filename &filename)
{
fs::path fnpath = fs::path( (std::string)filename );
fs::path fnpath = fs::path(filename);
fs::path fpath = boostfs_uncomplete(fnpath, fs::current_path());
stream << QuotedString(boosty::stringy( fpath ));
return stream;