-rw-r--r-- | include/opkele/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opkele/types.h b/include/opkele/types.h index 64f165c..bf50e2b 100644 --- a/include/opkele/types.h +++ b/include/opkele/types.h @@ -119,9 +119,8 @@ namespace opkele { typedef tr1mem::shared_ptr<association_t> assoc_t; class basic_message { public: - typedef list<string> fields_t; typedef util::forward_iterator_proxy< string,const string&,const string* > fields_iterator; |