Changes in src/Parser/TremoloParser.hpp [031e2c6:73916f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TremoloParser.hpp
r031e2c6 r73916f 26 26 ~TremoloParser(); 27 27 void load(std::istream* file); 28 void save(std::ostream* file );28 void save(std::ostream* file, const std::vector<atom *> &atoms); 29 29 void setFieldsForSave(std::string atomDataLine); 30 30
Note:
See TracChangeset
for help on using the changeset viewer.