Kaydet (Commit) cead0080 authored tarafından Herbert Dürr's avatar Herbert Dürr

complete type Bridge::SubStub before it is used

üst fb8df933
......@@ -165,12 +165,6 @@ void PopOutgoingRequest::clear() {
}
struct Bridge::SubStub {
com::sun::star::uno::UnoInterfaceReference object;
sal_uInt32 references;
};
Bridge::Bridge(
rtl::Reference< BridgeFactory > const & factory, rtl::OUString const & name,
css::uno::Reference< css::connection::XConnection > const & connection,
......
......@@ -229,7 +229,10 @@ private:
com::sun::star::lang::XEventListener > >
Listeners;
struct SubStub;
struct SubStub {
com::sun::star::uno::UnoInterfaceReference object;
sal_uInt32 references;
};
typedef std::map< com::sun::star::uno::TypeDescription, SubStub > Stub;
......
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