Better name the include guard
This commit is contained in:
parent
f7065a2643
commit
d0e504f26e
|
@ -1,5 +1,5 @@
|
|||
#ifndef GZIP_HPP_INCLUDED
|
||||
#define GZIP_HPP_INCLUDED
|
||||
#ifndef GZIP_HPP_DECOMPRESS_HPP
|
||||
#define GZIP_HPP_DECOMPRESS_HPP
|
||||
|
||||
#ifndef ZLIB_CONST
|
||||
#define ZLIB_CONST
|
||||
|
@ -119,4 +119,4 @@ inline std::string decompress(std::string const& input,
|
|||
|
||||
} // namespace gzip
|
||||
|
||||
#endif
|
||||
#endif // GZIP_HPP_DECOMPRESS_HPP
|
Loading…
Reference in New Issue