Ignore:
Timestamp:
02/27/18 17:12:25 (6 years ago)
Author:
Maciej Komosinski
Message:

Renamed ParamInterface::save() -> saveMultiLine()

File:
1 edited

Legend:

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

    r743 r745  
    176176        };
    177177
    178         int save(VirtFILE*, const char* altname = NULL, bool force = 0);
     178        int saveMultiLine(VirtFILE*, const char* altname = NULL, bool force = 0);
    179179        int saveprop(VirtFILE*, int i, const char* p, bool force = 0);
    180180
Note: See TracChangeset for help on using the changeset viewer.