X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Finput.cpp;fp=source%2Finput.cpp;h=86623ea36dd6063d94f037428f5c026b47fcf528;hp=4a44dea05228ae14d1d91e698ebe4eecf98cb662;hb=daca21051927eabee098e422fe5a0990acacfb96;hpb=9d0291952255969770e4978a0fe9e7e4839359c8 diff --git a/source/input.cpp b/source/input.cpp index 4a44dea..86623ea 100644 --- a/source/input.cpp +++ b/source/input.cpp @@ -6,7 +6,7 @@ namespace DataFile { Input::Input(IO::Base &i): in(&i), - compressed(0), + compressed(nullptr), line(1), next(-1) { }