Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TremoloAtomInfoContainer.hpp

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