mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 13:35:04 +00:00
fix: Include guard of alternative "gflags" namespace header.
This commit is contained in:
parent
24e652d81a
commit
6519b845dc
1 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@
|
|||
# error The internal header gflags_@ns@.h may only be included by gflags.h
|
||||
#endif
|
||||
|
||||
#ifndef GFLAGS_@NS@_H_
|
||||
#define GFLAGS_@NS@_H_
|
||||
#ifndef GFLAGS_NS_@NS@_H_
|
||||
#define GFLAGS_NS_@NS@_H_
|
||||
|
||||
|
||||
namespace @ns@ {
|
||||
|
@ -98,4 +98,4 @@ using GFLAGS_NAMESPACE::ParseCommandLineFlags;
|
|||
} // namespace @ns@
|
||||
|
||||
|
||||
#endif // GFLAGS_@NS@_H_
|
||||
#endif // GFLAGS_NS_@NS@_H_
|
||||
|
|
Loading…
Add table
Reference in a new issue