Guest User

Untitled

a guest
Mar 26th, 2010
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Index: cpptoxml/parser/rpp/pp-macro-expander.h
  2. ===================================================================
  3. --- cpptoxml/parser/rpp/pp-macro-expander.h (revision 1107766)
  4. +++ cpptoxml/parser/rpp/pp-macro-expander.h (working copy)
  5. @@ -72,7 +72,7 @@
  6. int generated_lines;
  7.  
  8. public:
  9. - pp_macro_expander (pp_environment &__env, pp_frame *__frame = 0):
  10. + explicit pp_macro_expander (pp_environment &__env, pp_frame *__frame = 0):
  11. env (__env), frame (__frame), lines (0), generated_lines (0) {}
  12.  
  13. template <typename _InputIterator, typename _OutputIterator>
Advertisement
Add Comment
Please, Sign In to add comment