summaryrefslogtreecommitdiff
path: root/boost/spirit/home/qi/nonterminal/debug_handler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/qi/nonterminal/debug_handler.hpp')
-rw-r--r--boost/spirit/home/qi/nonterminal/debug_handler.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/boost/spirit/home/qi/nonterminal/debug_handler.hpp b/boost/spirit/home/qi/nonterminal/debug_handler.hpp
index 33287327cc..6a9f536699 100644
--- a/boost/spirit/home/qi/nonterminal/debug_handler.hpp
+++ b/boost/spirit/home/qi/nonterminal/debug_handler.hpp
@@ -36,12 +36,12 @@ namespace boost { namespace spirit { namespace qi
function_type;
debug_handler(
- function_type subject
- , F f
- , std::string const& rule_name)
- : subject(subject)
- , f(f)
- , rule_name(rule_name)
+ function_type subject_
+ , F f_
+ , std::string const& rule_name_)
+ : subject(subject_)
+ , f(f_)
+ , rule_name(rule_name_)
{
}