aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/substitute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/stubs/substitute.h')
-rw-r--r--src/google/protobuf/stubs/substitute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/substitute.h b/src/google/protobuf/stubs/substitute.h
index 7ee442af..e05ca8d8 100644
--- a/src/google/protobuf/stubs/substitute.h
+++ b/src/google/protobuf/stubs/substitute.h
@@ -93,7 +93,7 @@ class SubstituteArg {
// Indicates that no argument was given.
inline explicit SubstituteArg()
- : text_(NULL), size_(-1) {}
+ : text_(nullptr), size_(-1) {}
// Primitives
// We don't overload for signed and unsigned char because if people are