DropGrid: Replaced NULL with ""

git-svn-id: svn://ultimatepp.org/upp/trunk@6735 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2014-01-08 17:53:59 +00:00
parent 7aa7302396
commit 555ffb4153
2 changed files with 3 additions and 3 deletions

View file

@ -441,7 +441,7 @@ DropGrid& DropGrid::Searching(bool b /* = true*/)
return *this;
}
DropGrid& DropGrid::MustChange(bool b /* = true*/, const char* s /* = NULL*/)
DropGrid& DropGrid::MustChange(bool b /* = true*/, const char* s /* = ""*/)
{
must_change = b;
if(s)