mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
DropGrid: Replaced NULL with ""
git-svn-id: svn://ultimatepp.org/upp/trunk@6735 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7aa7302396
commit
555ffb4153
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue