Kaydet (Commit) 68303dee authored tarafından Michael Stahl's avatar Michael Stahl

DdeServices has forward declarations so can't be typedef'd

Change-Id: I1455d380cbb8b096255a0d3cb402ff0dc4d35996
üst 0f618909
...@@ -44,7 +44,7 @@ struct DdeImp; ...@@ -44,7 +44,7 @@ struct DdeImp;
class DdeItemImp; class DdeItemImp;
struct Conversation; struct Conversation;
typedef ::std::vector< DdeService* > DdeServices; class DdeServices : public ::std::vector< DdeService* > {};
typedef ::std::vector< long > DdeFormats; typedef ::std::vector< long > DdeFormats;
typedef ::std::vector< Conversation* > ConvList; typedef ::std::vector< Conversation* > ConvList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment