Ignore:
Timestamp:
11/26/18 01:40:31 (5 years ago)
Author:
Maciej Komosinski
Message:

Renamed MutableParam? property manipulation functions to avoid potential name clash in scripts; added warning for docs to discourage their use; automatically calculated the correct static member count from the paramtab array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/mutableparam.h

    r824 r832  
    1616class MutableParam : public SimpleAbstractParam, public MutableParamInterface
    1717{
    18         static const int staticprops = 8;
     18        static const int staticprops;
    1919        static ParamEntry pe_tab[];
    2020        /** group #0 cannot be removed by scripting  */
Note: See TracChangeset for help on using the changeset viewer.