Kaydet (Commit) a4a18d39 authored tarafından Noel Grandin's avatar Noel Grandin

wrap vcl::Window* in VclPtr

Change-Id: Ia0c259a4518e91b3dac50927812bef717bce5273
üst 93a86357
......@@ -1371,14 +1371,14 @@ class HandleGestureEventBase
{
protected:
ImplSVData* m_pSVData;
vcl::Window *m_pWindow;
VclPtr<vcl::Window> m_pWindow;
Point m_aMousePos;
public:
struct WindowDescription
{
vcl::Window *m_pMouseWindow;
VclPtr<vcl::Window> m_pMouseWindow;
bool m_bIsFloat;
WindowDescription(vcl::Window *pMouseWindow, bool bIsFloat)
: m_pMouseWindow(pMouseWindow)
......
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