diff options
author | Peter Carbonetto | 2017-06-01 17:27:50 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-06-01 17:27:50 -0500 |
commit | c22801f32c3c459997041fb9ad27bd0ab5de372c (patch) | |
tree | ce1202a3562d42a8e5198c4c037020e1528f1ce8 /src/gzstream.h | |
parent | f28b8531d135a948a5858844c6b6ce2bbfcf6813 (diff) | |
download | pangemma-c22801f32c3c459997041fb9ad27bd0ab5de372c.tar.gz |
Removed FORCE_FLOAT from additional C++ source files.
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 // - |