Changeset 535 for cpp/frams/param/mutableparam.cpp
- Timestamp:
- 07/20/16 14:57:12 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/mutableparam.cpp
r478 r535 169 169 { 170 170 if ((!id)&&(!type)) return -1; 171 if (!isValidTypeDescription(type)) return -1; 171 172 ParamEntry *pe=new ParamEntry(); 172 173 pe->fun1=0; pe->fun2=0;
Note: See TracChangeset
for help on using the changeset viewer.