No changes, just use wxGtkObject<> instead of g_object_unref().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Oct 2010 23:22:05 +0000 (23:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Oct 2010 23:22:05 +0000 (23:22 +0000)
commit00d45d0452b1305999deb02e7bdeed663f647a9c
treee3e355127151b6152acbee0aa0dd61b195563c12
parent09e744f55267ee17225f1e25f4fb26f4d8927781
No changes, just use wxGtkObject<> instead of g_object_unref().

Use smart pointer class instead of manually writing g_object_unref(). This
makes code shorter and less error-prone.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/listbox.cpp