From 8965a6a0d2165f32e6413594bba6367f271f51e7 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Fri, 4 Nov 2011 17:56:23 +0000 Subject: Improves conformance to the Google C++ Style Guide (by Greg Miller). --- include/gtest/gtest-test-part.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gtest/gtest-test-part.h') diff --git a/include/gtest/gtest-test-part.h b/include/gtest/gtest-test-part.h index 8aeea149..46151475 100644 --- a/include/gtest/gtest-test-part.h +++ b/include/gtest/gtest-test-part.h @@ -96,6 +96,7 @@ class GTEST_API_ TestPartResult { // Returns true iff the test part fatally failed. bool fatally_failed() const { return type_ == kFatalFailure; } + private: Type type_; -- cgit v1.2.3