aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-cardinalities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gmock/gmock-cardinalities.h')
-rw-r--r--include/gmock/gmock-cardinalities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gmock/gmock-cardinalities.h b/include/gmock/gmock-cardinalities.h
index 759dcf8c..fc315f92 100644
--- a/include/gmock/gmock-cardinalities.h
+++ b/include/gmock/gmock-cardinalities.h
@@ -117,6 +117,7 @@ class GTEST_API_ Cardinality {
// Describes the given actual call count to an ostream.
static void DescribeActualCallCountTo(int actual_call_count,
::std::ostream* os);
+
private:
internal::linked_ptr<const CardinalityInterface> impl_;
};