Skip to content
Snippets Groups Projects
Commit b7e01d42 authored by Andre Offringa's avatar Andre Offringa
Browse files

Bug 1491: fixing compilation issue with older boosts

parent c95ba38f
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ namespace AOTools ...@@ -44,7 +44,7 @@ namespace AOTools
{ {
RefFileEntry entry = *i; RefFileEntry entry = *i;
boost::filesystem::path entryPath(entry.Path()); boost::filesystem::path entryPath(entry.Path());
entry.SetPath((destPath / entryPath.filename()).directory_string()); entry.SetPath((destPath / entryPath.leaf()).directory_string());
destFile.Add(entry); destFile.Add(entry);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment