more clang fixes

This commit is contained in:
Aleksandar Fabijanic
2013-05-27 21:12:07 -05:00
parent aa6e993734
commit b9d25faef8
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ public:
typedef typename Struct<K>::Data::value_type ValueType;
typedef typename Struct<K>::Data::size_type SizeType;
typedef typename std::pair<typename Struct<K>::Iterator, bool> InsRetVal;
typedef typename SharedPtr<typename Struct<K> > Ptr;
typedef typename Poco::SharedPtr<Struct<K> > Ptr;
Struct(): _data()
/// Creates an empty Struct