Ignore:
Timestamp:
02/10/14 17:09:58 (10 years ago)
Author:
sz
Message:

Param::save altname argument is now more convenient const char*

File:
1 edited

Legend:

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

    r121 r124  
    152152void quickCopyFrom(ParamInterface *src);
    153153
    154 int save(VirtFILE*,const SString* altname=0,bool force=0);
     154int save(VirtFILE*,const char* altname=NULL,bool force=0);
    155155int saveprop(VirtFILE*,int i,const char* p,bool force=0);
    156156void load(VirtFILE*);
Note: See TracChangeset for help on using the changeset viewer.