Added typedef

release/4.3a0
Richard Roberts 2013-07-23 02:17:04 +00:00
parent b0f0c71d01
commit 25de39c481
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ protected:
public:
typedef KeyMap::const_iterator const_iterator;
typedef KeyMap::const_iterator iterator;
typedef KeyMap::value_type value_type;
public: