aboutsummaryrefslogtreecommitdiff
path: root/glslang/MachineIndependent/preprocessor/PpContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'glslang/MachineIndependent/preprocessor/PpContext.cpp')
-rw-r--r--glslang/MachineIndependent/preprocessor/PpContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/glslang/MachineIndependent/preprocessor/PpContext.cpp b/glslang/MachineIndependent/preprocessor/PpContext.cpp
index 70f51197..1363ce2b 100644
--- a/glslang/MachineIndependent/preprocessor/PpContext.cpp
+++ b/glslang/MachineIndependent/preprocessor/PpContext.cpp
@@ -85,7 +85,7 @@ NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
namespace glslang {
TPpContext::TPpContext(TParseContextBase& pc, const std::string& rootFileName, TShader::Includer& inclr) :
- preamble(nullptr), strings(nullptr), previous_token('\n'), parseContext(pc), includer(inclr), inComment(false),
+ preamble(0), strings(0), previous_token('\n'), parseContext(pc), includer(inclr), inComment(false),
rootFileName(rootFileName),
currentSourceFile(rootFileName),
disableEscapeSequences(false)