summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/core/slang-riff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-riff.h b/source/core/slang-riff.h
index 0f820c747..20b1d7c66 100644
--- a/source/core/slang-riff.h
+++ b/source/core/slang-riff.h
@@ -303,7 +303,7 @@ public:
BoundsCheckedChunkPtr() {}
/// Initialize a null pointer
- BoundsCheckedChunkPtr(nullptr_t) {}
+ BoundsCheckedChunkPtr(std::nullptr_t) {}
/// Initialize a pointer to a chunk, with a size limit.