summaryrefslogtreecommitdiff
path: root/googleMock/include/gmock/gmock-matchers.h
diff options
context:
space:
mode:
Diffstat (limited to 'googleMock/include/gmock/gmock-matchers.h')
-rw-r--r--googleMock/include/gmock/gmock-matchers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googleMock/include/gmock/gmock-matchers.h b/googleMock/include/gmock/gmock-matchers.h
index c21fa51..a6e0488 100644
--- a/googleMock/include/gmock/gmock-matchers.h
+++ b/googleMock/include/gmock/gmock-matchers.h
@@ -370,7 +370,7 @@ class PolymorphicMatcher {
template <typename T>
inline Matcher<T> MakeMatcher(const MatcherInterface<T>* impl) {
return Matcher<T>(impl);
-};
+}
// Creates a polymorphic matcher from its implementation. This is
// easier to use than the PolymorphicMatcher<Impl> constructor as it