Merge branch '0.6.x'

Conflicts:
	NEWS
	configure.ac
	doc/ncmpcpp.1
This commit is contained in:
Andrzej Rybczak
2015-03-02 19:24:31 +01:00
4 changed files with 192 additions and 219 deletions

View File

@@ -88,7 +88,7 @@ template <typename CharT> class BasicBuffer
public:
typedef std::basic_string<CharT> StringType;
typedef std::set<Property> Properties;
typedef std::multiset<Property> Properties;
const StringType &str() const { return m_string; }
const Properties &properties() const { return m_properties; }