Compilation fix for AIX: fix the name of wxGetservBuf ctor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Oct 2011 14:24:49 +0000 (14:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Oct 2011 14:24:49 +0000 (14:24 +0000)
commit5fe43b6017b7b3216e544792c893b53e6d15a408
tree27e937f5cfbb3771772d40dbacaa84f1e0febd60
parent4f51b983c2a62ad6536589a2aae5894f1ed4cf07
Compilation fix for AIX: fix the name of wxGetservBuf ctor.

The ctor was wrongly called so wxGetservBuf class couldn't be compiled,
breaking compilation under AIX and any other systems with 4 argument
getservbyname_r().

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