Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Action_impl_pre.hpp

    r152e5c r975b83  
    111111)
    112112#endif
    113 #ifdef paramdescriptions
    114 BOOST_PP_ASSERT_MSG(BOOST_PP_EQUAL(MAXPARAMTYPES, BOOST_PP_SEQ_SIZE(paramdescriptions)),\
    115   ERROR: There are not the same number of "paramtokens" and "paramdescriptions" in: __FILE__ \
    116 )
    117 #endif
    118113
    119114#ifdef statetypes
     
    148143  ,\
    149144  BOOST_PP_SEQ_ELEM(n, paramtokens)\
    150   ,\
    151   BOOST_PP_SEQ_ELEM(n, paramdescriptions)\
     145  , Traits.getDescription()\
    152146  );
    153147
Note: See TracChangeset for help on using the changeset viewer.