CompilerStack absolutePath/sanitizePath can be made static

This commit is contained in:
Alex Beregszaszi
2018-06-20 17:04:22 +02:00
parent dcee8e11ad
commit 0a632011be
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -669,7 +669,7 @@ void CompilerStack::resolveImports()
swap(m_sourceOrder, sourceOrder);
}
string CompilerStack::absolutePath(string const& _path, string const& _reference) const
string CompilerStack::absolutePath(string const& _path, string const& _reference)
{
using path = boost::filesystem::path;
path p(_path);