summaryrefslogtreecommitdiff
path: root/boost/spirit/home/qi/operator/not_predicate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/qi/operator/not_predicate.hpp')
-rw-r--r--boost/spirit/home/qi/operator/not_predicate.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/spirit/home/qi/operator/not_predicate.hpp b/boost/spirit/home/qi/operator/not_predicate.hpp
index 57cbb0db4a..1fb81cd6e0 100644
--- a/boost/spirit/home/qi/operator/not_predicate.hpp
+++ b/boost/spirit/home/qi/operator/not_predicate.hpp
@@ -42,8 +42,8 @@ namespace boost { namespace spirit { namespace qi
typedef unused_type type;
};
- not_predicate(Subject const& subject)
- : subject(subject) {}
+ not_predicate(Subject const& subject_)
+ : subject(subject_) {}
template <typename Iterator, typename Context
, typename Skipper, typename Attribute>