diff options
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/svdde.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/svdde.hxx b/svl/inc/svl/svdde.hxx index 0895a8119e9c..825e8992076c 100644 --- a/svl/inc/svl/svdde.hxx +++ b/svl/inc/svl/svdde.hxx @@ -44,7 +44,7 @@ struct DdeImp; class DdeItemImp; struct Conversation; -typedef ::std::vector< DdeService* > DdeServices; +class DdeServices : public ::std::vector< DdeService* > {}; typedef ::std::vector< long > DdeFormats; typedef ::std::vector< Conversation* > ConvList; |