Changeset 1216 for cpp/frams/param
- Timestamp:
- 04/17/23 00:05:48 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/mutableparam.cpp
r1130 r1216 22 22 }; 23 23 #undef FIELDSTRUCT 24 const int MutableParam::staticprops = std::size(pe_tab);24 const int MutableParam::staticprops = (int)std::size(pe_tab); 25 25 26 26 MutableParam::MutableParam(const char*n, const char*g, int gr0)
Note: See TracChangeset
for help on using the changeset viewer.