Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MakroAction_impl_pre.hpp

    r10aee4 r7630e3  
    165165    output << \
    166166    BOOST_PP_IF(n, ", ", "") \
    167     << "\"" << toPythonString(params. \
     167    << "\"" << params. \
    168168        BOOST_PP_SEQ_ELEM(n, paramreferences) \
    169         .get()) \
     169        .getAsStringUnvalidated() \
    170170    << "\"";
    171171
Note: See TracChangeset for help on using the changeset viewer.