Kaydet (Commit) bf7efae5 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Andras Timar

vclptr fix in ScrollableWrapper

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