git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58263
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxGtkString atom_str( gdk_atom_name( format ) );
m_dropTargetTargetEntryTarget = wxCharBuffer( atom_str );
wxGtkString atom_str( gdk_atom_name( format ) );
m_dropTargetTargetEntryTarget = wxCharBuffer( atom_str );
- m_dropTargetTargetEntry.target = m_dragSourceTargetEntryTarget.data();
+ m_dropTargetTargetEntry.target = m_dropTargetTargetEntryTarget.data();
m_dropTargetTargetEntry.flags = 0;
m_dropTargetTargetEntry.info = static_cast<guint>(-1);
m_dropTargetTargetEntry.flags = 0;
m_dropTargetTargetEntry.info = static_cast<guint>(-1);