]> git.saurik.com Git - wxWidgets.git/commit - include/wx/filename.h
No real changes, just use wxString::clear() instead of assignment.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Mar 2013 15:08:40 +0000 (15:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Mar 2013 15:08:40 +0000 (15:08 +0000)
commit3cca1b3d8b187098cb67460fb2fc8115963fd2b9
treec76a0c6309a9093b8ffc29798f230d451ccdf8b9
parent6aa4e3989fe770fc7293770ed46604e7d5b9fb99
No real changes, just use wxString::clear() instead of assignment.

Consistently use clear() everywhere instead of assigning wxEmptyString in some
places and wxT("") in some others to a string in order to clear it.

See #15091.

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