Skip to content

Commit bea9ac8

Browse files
author
gejun
committed
Fix NS of gflags in bthread.cpp
1 parent d461ff7 commit bea9ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bthread/bthread.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const int ALLOW_UNUSED register_FLAGS_bthread_concurrency =
4949
static bool validate_bthread_min_concurrency(const char*, int32_t val);
5050

5151
const int ALLOW_UNUSED register_FLAGS_bthread_min_concurrency =
52-
::google::RegisterFlagValidator(&FLAGS_bthread_min_concurrency,
52+
::GFLAGS_NS::RegisterFlagValidator(&FLAGS_bthread_min_concurrency,
5353
validate_bthread_min_concurrency);
5454

5555
BAIDU_CASSERT(sizeof(TaskControl*) == sizeof(butil::atomic<TaskControl*>), atomic_size_match);

0 commit comments

Comments
 (0)