aboutsummaryrefslogtreecommitdiff
path: root/googletest/test/production.h
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/test/production.h')
-rw-r--r--googletest/test/production.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/test/production.h b/googletest/test/production.h
index 41a54722..4dec8d46 100644
--- a/googletest/test/production.h
+++ b/googletest/test/production.h
@@ -46,6 +46,7 @@ class PrivateCode {
PrivateCode();
int x() const { return x_; }
+
private:
void set_x(int an_x) { x_ = an_x; }
int x_;