Fix annoying Clang warning. no_r=me

This commit is contained in:
Jan de Mooij 2012-07-17 12:01:22 +02:00
parent 7bc01053bb
commit 9ed9f0c927

View File

@ -30,7 +30,7 @@ namespace types {
inline
CompilerOutput::CompilerOutput()
: script(script),
: script(NULL),
isIonFlag(false),
constructing(false),
barriers(false),