aboutsummaryrefslogtreecommitdiff
path: root/build/scope.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/scope.cxx')
-rw-r--r--build/scope.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scope.cxx b/build/scope.cxx
index 4645979..600c46e 100644
--- a/build/scope.cxx
+++ b/build/scope.cxx
@@ -78,7 +78,7 @@ namespace build
// First determine the target type.
//
const char* tt;
- if (n.type.empty ())
+ if (n.untyped ())
{
// Empty name or '.' and '..' signify a directory.
//