summaryrefslogtreecommitdiff
path: root/src/gmock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmock.cc')
-rw-r--r--src/gmock.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gmock.cc b/src/gmock.cc
index b2f3d59..c017917 100644
--- a/src/gmock.cc
+++ b/src/gmock.cc
@@ -34,12 +34,12 @@
namespace testing {
-GMOCK_DEFINE_string(verbose, internal::kWarningVerbosity,
- "Controls how verbose Google Mock's output is."
- " Valid values:\n"
- " info - prints all messages.\n"
- " warning - prints warnings and errors.\n"
- " error - prints errors only.");
+GMOCK_DEFINE_string_(verbose, internal::kWarningVerbosity,
+ "Controls how verbose Google Mock's output is."
+ " Valid values:\n"
+ " info - prints all messages.\n"
+ " warning - prints warnings and errors.\n"
+ " error - prints errors only.");
namespace internal {