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

vclptr fix in ScrollableWrapper

Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d
üst df726c8b
......@@ -82,7 +82,7 @@ void ScrollableWrapper<T>::setScrollVisibility( ScrollBarVisibility rVisState )
template< class T>
ScrollableWrapper<T>::~ScrollableWrapper()
{
dispose();
T::disposeOnce();
}
template< class T>
......
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