fix CompilerStack::absolutePath

This commit is contained in:
Dimitry 2016-08-31 21:53:44 +03:00
parent 52d9f89712
commit 061aee2e97

View File

@ -555,7 +555,7 @@ string CompilerStack::absolutePath(string const& _path, string const& _reference
result = result.parent_path();
else if (*it != ".")
result /= *it;
return result.string();
return result.generic_string();
}
void CompilerStack::compileContract(