Changeset 1216 for cpp/frams/param


Ignore:
Timestamp:
04/17/23 00:05:48 (21 months ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

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

    r1130 r1216  
    2222};
    2323#undef FIELDSTRUCT
    24 const int MutableParam::staticprops = std::size(pe_tab);
     24const int MutableParam::staticprops = (int)std::size(pe_tab);
    2525
    2626MutableParam::MutableParam(const char*n, const char*g, int gr0)
Note: See TracChangeset for help on using the changeset viewer.