diff options
Diffstat (limited to 'src/gzstream.h')
-rw-r--r-- | src/gzstream.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gzstream.h b/src/gzstream.h index 861653f..4e86ad9 100644 --- a/src/gzstream.h +++ b/src/gzstream.h @@ -29,7 +29,7 @@ #ifndef GZSTREAM_H #define GZSTREAM_H 1 -// standard C++ with new header file names and std:: namespace +// Standard C++ with new header file names and std::namespace. #include <iostream> #include <fstream> #include <zlib.h> @@ -118,4 +118,3 @@ public: #endif // GZSTREAM_H // ============================================================================ // EOF // - |