aboutsummaryrefslogtreecommitdiff
path: root/src/gzstream.h
diff options
context:
space:
mode:
authorPeter Carbonetto2017-06-01 17:27:50 -0500
committerPeter Carbonetto2017-06-01 17:27:50 -0500
commitc22801f32c3c459997041fb9ad27bd0ab5de372c (patch)
treece1202a3562d42a8e5198c4c037020e1528f1ce8 /src/gzstream.h
parentf28b8531d135a948a5858844c6b6ce2bbfcf6813 (diff)
downloadpangemma-c22801f32c3c459997041fb9ad27bd0ab5de372c.tar.gz
Removed FORCE_FLOAT from additional C++ source files.
Diffstat (limited to 'src/gzstream.h')
-rw-r--r--src/gzstream.h3
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 //
-