Ignore:
Timestamp:
07/20/16 14:57:12 (8 years ago)
Author:
Maciej Komosinski
Message:
  • More strict type description checking when adding a property in mutableparam
  • Error message when the param property could not be added for some reason
File:
1 edited

Legend:

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

    r478 r535  
    169169{
    170170if ((!id)&&(!type)) return -1;
     171if (!isValidTypeDescription(type)) return -1;
    171172ParamEntry *pe=new ParamEntry();
    172173pe->fun1=0; pe->fun2=0;
Note: See TracChangeset for help on using the changeset viewer.