aboutsummaryrefslogtreecommitdiffstats
path: root/gtest/test/production.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/test/production.h')
-rw-r--r--gtest/test/production.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest/test/production.h b/gtest/test/production.h
index 59970da..8f16fff 100644
--- a/gtest/test/production.h
+++ b/gtest/test/production.h
@@ -48,7 +48,7 @@ class PrivateCode {
int x() const { return x_; }
private:
- void set_x(int x) { x_ = x; }
+ void set_x(int an_x) { x_ = an_x; }
int x_;
};