mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
repair wrong namespace problem
repair wrong namespace problem
This commit is contained in:
parent
23348465a0
commit
77592648e3
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ void print_message(); // in gflags_declare_flags.cc
|
|||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
gflags::SetUsageMessage("Test compilation and use of gflags_declare.h");
|
||||
gflags::ParseCommandLineFlags(&argc, &argv, true);
|
||||
GFLAGS_NAMESPACE::SetUsageMessage("Test compilation and use of gflags_declare.h");
|
||||
GFLAGS_NAMESPACE::ParseCommandLineFlags(&argc, &argv, true);
|
||||
print_message();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue