Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TremoloAtomInfoContainer.hpp

    r4d4d33 r56f73b  
    2727  TremoloAtomInfoContainer();
    2828  void set(TremoloKey::atomDataKey key, std::string value);
    29   std::string get(TremoloKey::atomDataKey key) const;
     29  std::string get(TremoloKey::atomDataKey key);
    3030  std::string F;
    3131  std::string stress;
    3232  std::string imprData;
    3333  std::string GroupMeasureTypeNo;
    34   std::string Type;
    3534  std::string extType;
    3635  std::string name;
     
    4948};
    5049
    51 std::ostream& operator<<(std::ostream& out, const TremoloAtomInfoContainer&);
    5250
    5351#endif /* TREMOLOATOMINFOCONTAINER_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.