diff options
Diffstat (limited to 'Minecraft.World/InputStream.cpp')
| -rw-r--r-- | Minecraft.World/InputStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/InputStream.cpp b/Minecraft.World/InputStream.cpp index e325db8a..f31399cf 100644 --- a/Minecraft.World/InputStream.cpp +++ b/Minecraft.World/InputStream.cpp @@ -7,5 +7,5 @@ InputStream *InputStream::getResourceAsStream(const wstring &fileName) { File file( fileName ); - return file.exists() ? new FileInputStream( file ) : NULL; + return file.exists() ? new FileInputStream( file ) : nullptr; }
\ No newline at end of file |
