remove redundant GTK_WIDGET casts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -439,7 +439,7 @@ void wxClipboard::AddSupportedTarget(GdkAtom atom)
|
||||
{
|
||||
gtk_selection_add_target
|
||||
(
|
||||
GTK_WIDGET(m_clipboardWidget),
|
||||
m_clipboardWidget,
|
||||
GTKGetClipboardAtom(),
|
||||
atom,
|
||||
0 // info (same as client data) unused
|
||||
|
Reference in New Issue
Block a user