summaryrefslogtreecommitdiffstats
path: root/Glob.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Glob.cxx')
-rw-r--r--Glob.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Glob.cxx b/Glob.cxx
index 829c138..34bb0d0 100644
--- a/Glob.cxx
+++ b/Glob.cxx
@@ -431,7 +431,7 @@ void Glob::SetRelative(const char* dir)
const char* Glob::GetRelative()
{
if (this->Relative.empty()) {
- return KWSYS_NULLPTR;
+ return nullptr;
}
return this->Relative.c_str();
}