aboutsummaryrefslogtreecommitdiff
path: root/source/Utility/TimeSpecTimeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Utility/TimeSpecTimeout.h')
-rw-r--r--source/Utility/TimeSpecTimeout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Utility/TimeSpecTimeout.h b/source/Utility/TimeSpecTimeout.h
index 32cdd067658c..388ccc179c17 100644
--- a/source/Utility/TimeSpecTimeout.h
+++ b/source/Utility/TimeSpecTimeout.h
@@ -76,7 +76,7 @@ public:
GetTimeSpecPtr () const
{
if (m_infinite)
- return NULL;
+ return nullptr;
return &m_timespec;
}