]> git.saurik.com Git - wxWidgets.git/commit
LogWorker() was always called with m_peer as first argument so make it a member funct...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Jan 2009 23:53:51 +0000 (23:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Jan 2009 23:53:51 +0000 (23:53 +0000)
commitc3bcb48f26d6762cef1d40790df60affcea93666
tree3cf7376bab62fd04ace5e08085974d12b8a7871b
parente2bcc7813cddc5d0571b99adf6954f40abaf9b93
LogWorker() was always called with m_peer as first argument so make it a member function to avoid having to pass it all the time to it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/sockets/baseserver.cpp