From 5a615ec680190222e25047366f166f9daf89c69f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Apr 2012 02:27:49 -0500 Subject: Make metadata tags case insensitive --- src/item.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index 1e8db1e0..c56fba27 100644 --- a/src/item.h +++ b/src/item.h @@ -108,7 +108,8 @@ public: enum state_t { UNCLEARED = 0, CLEARED, PENDING }; typedef std::pair, bool> tag_data_t; - typedef std::map string_map; + typedef std::map > string_map; state_t _state; optional _date; -- cgit v1.2.3