summaryrefslogtreecommitdiff
authorMichael Stahl <mstahl@redhat.com>2012-07-31 20:01:45 (GMT)
committer Michael Stahl <mstahl@redhat.com>2012-07-31 20:01:45 (GMT)
commit68303dee45ff6c81f5eb396df9c6805b7874cdd7 (patch) (side-by-side diff)
treee86d8f8869727a47b05d3be1ba0372c95fa15355
parent0f618909d348f6ff26a34367b0d57b21c1b85a01 (diff)
downloadcore-68303dee45ff6c81f5eb396df9c6805b7874cdd7.zip
core-68303dee45ff6c81f5eb396df9c6805b7874cdd7.tar.gz
DdeServices has forward declarations so can't be typedef'd
Change-Id: I1455d380cbb8b096255a0d3cb402ff0dc4d35996
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--svl/inc/svl/svdde.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/svdde.hxx b/svl/inc/svl/svdde.hxx
index 0895a81..825e899 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;