@@ -37,11 +37,11 @@ #ifdef OF_FILE_HANDLE_IS_FD #endif { OFFileHandle _handle; - bool _atEndOfStream; + bool _initialized, _atEndOfStream; } /** * @brief Creates a new OFFile with the specified path and mode. *