|
@ -14,7 +14,7 @@ namespace pEp |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
template<> |
|
|
template<> |
|
|
char* stringlist_t::* const ListWrapper<stringlist_t*, char*>::Value = &stringlist_t::value; |
|
|
const char* stringlist_t::* const ListWrapper<stringlist_t*, const char*>::Value = &stringlist_t::value; |
|
|
|
|
|
|
|
|
template<> |
|
|
template<> |
|
|
int StringList::size() const |
|
|
int StringList::size() const |
|
|