aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 20fa688..00ceecd 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -782,7 +782,7 @@ build (size_t argc, const char* argv[])
if (optional<string> s = getenv ("PATH"))
{
- paths += path::traits::path_separator;
+ paths += path::traits_type::path_separator;
paths += *s;
}