Compilation fix for GetAvailableTranslations().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1294,7 +1294,7 @@ void wxTranslations::SetLanguage(const wxString& lang)
|
||||
|
||||
wxArrayString wxTranslations::GetAvailableTranslations(const wxString& domain) const
|
||||
{
|
||||
wxCHECK_MSG( m_loader, false, "loader can't be NULL" );
|
||||
wxCHECK_MSG( m_loader, wxArrayString(), "loader can't be NULL" );
|
||||
|
||||
return m_loader->GetAvailableTranslations(domain);
|
||||
}
|
||||
|
Reference in New Issue
Block a user