diff options
Diffstat (limited to 'LocalFile.h')
-rw-r--r-- | LocalFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LocalFile.h b/LocalFile.h index 9529053..df9a479 100644 --- a/LocalFile.h +++ b/LocalFile.h @@ -24,6 +24,6 @@ private: static LocalFile instance; private: - std::ifstream _file; + std::ifstream * _file = nullptr; }; |