Changeset 124 for cpp/frams/param/param.h
- Timestamp:
- 02/10/14 17:09:58 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.h
r121 r124 152 152 void quickCopyFrom(ParamInterface *src); 153 153 154 int save(VirtFILE*,const SString* altname=0,bool force=0);154 int save(VirtFILE*,const char* altname=NULL,bool force=0); 155 155 int saveprop(VirtFILE*,int i,const char* p,bool force=0); 156 156 void load(VirtFILE*);
Note: See TracChangeset
for help on using the changeset viewer.