Kaydet (Commit) ad410afd authored tarafından Luboš Luňák's avatar Luboš Luňák

fix strange copy ctor that triggers a missing base initialization warning

üst 363cf657
...@@ -94,8 +94,9 @@ namespace connectivity ...@@ -94,8 +94,9 @@ namespace connectivity
} }
WpOLEBase(const WpOLEBase<T>& aWrapper) WpOLEBase(const WpOLEBase<T>& aWrapper)
: WpBase( aWrapper )
, pInterface( aWrapper.pInterface )
{ {
operator=(aWrapper);
} }
virtual ~WpOLEBase() virtual ~WpOLEBase()
......
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