summaryrefslogtreecommitdiffstats
path: root/src/trace/siox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace/siox.h')
-rw-r--r--src/trace/siox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/siox.h b/src/trace/siox.h
index fa18ac238..6f3f89a83 100644
--- a/src/trace/siox.h
+++ b/src/trace/siox.h
@@ -388,7 +388,7 @@ public:
* used to point to a C++ object or C state object, to delegate
* callback processing to something else. Use NULL to ignore.
*/
- SioxObserver(void *contextArg) : context(NULL)
+ SioxObserver(void *contextArg) : context(nullptr)
{ context = contextArg; }
/**