Commit 2b81a76b authored by Andreas Schuh's avatar Andreas Schuh

fix: Include guard of alternative "gflags" namespace header.

parent 659b440f
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
# error The internal header gflags_@ns@.h may only be included by gflags.h # error The internal header gflags_@ns@.h may only be included by gflags.h
#endif #endif
#ifndef GFLAGS_@NS@_H_ #ifndef GFLAGS_NS_@NS@_H_
#define GFLAGS_@NS@_H_ #define GFLAGS_NS_@NS@_H_
namespace @ns@ { namespace @ns@ {
...@@ -98,4 +98,4 @@ using GFLAGS_NAMESPACE::ParseCommandLineFlags; ...@@ -98,4 +98,4 @@ using GFLAGS_NAMESPACE::ParseCommandLineFlags;
} // namespace @ns@ } // namespace @ns@
#endif // GFLAGS_@NS@_H_ #endif // GFLAGS_NS_@NS@_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment