diff options
author | Noel Grandin <noel@peralex.com> | 2012-06-07 15:35:43 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-06-12 23:25:09 +0200 |
commit | 0169c40e133bafa9d7c1226d1fa747d7958a1d4f (patch) | |
tree | 79b66764d3a39a87a8a488d2aa37c227a154bb5a /framework/inc | |
parent | 059f0fd3bd6977a9e29a32f5292262b14e8ff679 (diff) |
Convert SV_DECL_PTRARR_DEL(ExternalImageItemListDescriptor) to ptr_vector
Change-Id: I29e61ac8c932d0920f326f268aa62acc4aaec5c5
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/xml/imagesconfiguration.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/inc/xml/imagesconfiguration.hxx b/framework/inc/xml/imagesconfiguration.hxx index 5a6c2b6d4f43..fcf8b3f68fb5 100644 --- a/framework/inc/xml/imagesconfiguration.hxx +++ b/framework/inc/xml/imagesconfiguration.hxx @@ -68,8 +68,7 @@ struct ExternalImageItemDescriptor typedef ImageItemDescriptor* ImageItemDescriptorPtr; SV_DECL_PTRARR_DEL( ImageItemListDescriptor, ImageItemDescriptorPtr, 10 ) -typedef ExternalImageItemDescriptor* ExternalImageItemDescriptorPtr; -SV_DECL_PTRARR_DEL( ExternalImageItemListDescriptor, ExternalImageItemDescriptorPtr, 10 ) +typedef boost::ptr_vector<ExternalImageItemDescriptor> ExternalImageItemListDescriptor; struct ImageListItemDescriptor { |