Changeset 348 for cpp/frams/param/paramobj.cpp
- Timestamp:
- 04/09/15 23:51:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/paramobj.cpp
r326 r348 58 58 t->name = maybedup(dupentries, "create new object"); 59 59 SString tmp = SString::sprintf("p o%s()", pi->getName()); 60 t->type = maybedup(dupentries, (const char*)tmp);60 t->type = maybedup(dupentries, tmp.c_str()); 61 61 t->help = maybedup(dupentries, pi->help(i)); 62 62 t->flags = 0;
Note: See TracChangeset
for help on using the changeset viewer.