aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-02-22 11:17:50 -0500
committerJack Nagel2014-02-22 11:17:50 -0500
commitb96411052ea23a6085788c18f7d19a24fa1c5b29 (patch)
tree314ec46a173680a045d28f1263d4c3c4b4fbd428
parenta2372ad539599322cd3a564cf7bd06d6dbd70249 (diff)
downloadbrew-b96411052ea23a6085788c18f7d19a24fa1c5b29.tar.bz2
Use reader method
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 2da151d6e..15b9734fc 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -638,7 +638,7 @@ class Formula
# Explicitly request changing C++ standard library compatibility check
# settings. Use with caution!
def cxxstdlib_check check_type
- @cxxstdlib << check_type
+ cxxstdlib << check_type
end
def self.method_added method