Make GTK callbacks passed to GTKConnectWidget() extern "C".
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:45 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:45 +0000 (21:10 +0000)
commit1da8e6e40088a93a64a6b95323e911474d77fac5
treec153d271e4dbec4b6649810bfb1a332c3308fd70
parent14c350dfc73af1c5ae162ab8e563efbfd15de7be
Make GTK callbacks passed to GTKConnectWidget() extern "C".

This fixes (harmless but annoying) warnings about mixing C++ and C linkage
function pointers from Sun compiler.

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