Loading src/FileWrapper.h +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ protected: std::ifstream m_inputFileStream; //Read buffer size const boost::uint64_t BUFFER_SIZE = 40960; const boost::uint64_t BUFFER_SIZE = 1024; }; } //End of namespace Loading Loading
src/FileWrapper.h +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ protected: std::ifstream m_inputFileStream; //Read buffer size const boost::uint64_t BUFFER_SIZE = 40960; const boost::uint64_t BUFFER_SIZE = 1024; }; } //End of namespace Loading