Old API depreciated. Use of new API. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -103,7 +103,7 @@ bool wxXmlResource::Load(const wxString& filemask)
|
||||
fnd = wxXmlFindFirst;
|
||||
else
|
||||
fnd = filemask;
|
||||
while (!!fnd)
|
||||
while (!fnd.empty())
|
||||
{
|
||||
// NB: Load() accepts both filenames and URLs (should probably be
|
||||
// changed to filenames only, but embedded resources currently
|
||||
|
Reference in New Issue
Block a user