c:\wxwidgets-2.8.11\include\wx\filename.h(497): error C2668: 'wxGetTranslation' : ambiguous call to overloaded function
c:\bitcoin\src\util.h(191): could be 'const char *wxGetTranslation(const char *)'
c:\wxwidgets-2.8.11\include\wx\intl.h(579): or 'const wxChar *wxGetTranslation(const wxChar *,const wxChar *)'
while trying to match the argument list '(const char [14])'
wxString GetHumanReadableSize(
const wxString &nullsize = wxGetTranslation(wxT("Not available")),
int precision = 1) const;
I don't see how that is ambiguous at all? One takes 1 arg and the other 2. That file is calling it with 1 arg.