summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--o3d/plugin/npapi_host_control/win/host_control.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/plugin/npapi_host_control/win/host_control.cc b/o3d/plugin/npapi_host_control/win/host_control.cc
index 47a4040..99e7696 100644
--- a/o3d/plugin/npapi_host_control/win/host_control.cc
+++ b/o3d/plugin/npapi_host_control/win/host_control.cc
@@ -568,8 +568,8 @@ STDMETHODIMP CHostControl::SetObjectRects(LPCRECT lprcPosRect,
}
}
- return IOleInPlaceObjectWindowlessImpl::SetObjectRects(lprcPosRect,
- lprcClipRect);
+ return CComControlBase::IOleInPlaceObject_SetObjectRects(lprcPosRect,
+ lprcClipRect);
}
HRESULT CHostControl::GetStringProperty(NPPVariable np_property_variable,