diff options
Diffstat (limited to 'include/gmock/gmock.h')
-rw-r--r-- | include/gmock/gmock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gmock/gmock.h b/include/gmock/gmock.h index 9c9cdd91..41d175f1 100644 --- a/include/gmock/gmock.h +++ b/include/gmock/gmock.h @@ -68,7 +68,7 @@ namespace testing { // Declares Google Mock flags that we want a user to use programmatically. -GMOCK_DECLARE_string(verbose); +GMOCK_DECLARE_string_(verbose); // Initializes Google Mock. This must be called before running the // tests. In particular, it parses the command line for the flags |