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/multiparamload.cpp

    r523 r535  
    290290return 1;
    291291}
     292
     293SString MultiParamLoader::currentFilePathForErrorMessage()
     294{
     295const char* filename=getFile()->VgetPath();
     296if (filename)
     297        return SString::sprintf(" in '%s'",filename);
     298return SString::empty();
     299}
Note: See TracChangeset for help on using the changeset viewer.