The big NULL replacement party part 5.

Right. ' = NULL' would get a lot of these.
This commit is contained in:
Jason Felds
2013-05-03 23:39:52 -04:00
parent 328c41eec0
commit 28e5148dec
233 changed files with 7448 additions and 7447 deletions
+3 -3
View File
@@ -53,7 +53,7 @@ struct MenuRowDef
MenuRowDef(int r, RString n, bool e, EditMode s,
bool bTT, bool bTI, int d, vector<RString> options):
iRowCode(r), sName(n), bEnabled(e), pfnEnabled(NULL),
iRowCode(r), sName(n), bEnabled(e), pfnEnabled(nullptr),
emShowIn(s), iDefaultChoice(d), choices(),
bThemeTitle(bTT), bThemeItems(bTI)
{
@@ -77,7 +77,7 @@ struct MenuRowDef
const char *c20=NULL, const char *c21=NULL,
const char *c22=NULL, const char *c23=NULL,
const char *c24=NULL, const char *c25=NULL ):
iRowCode(r), sName(n), bEnabled(e), pfnEnabled(NULL),
iRowCode(r), sName(n), bEnabled(e), pfnEnabled(nullptr),
emShowIn(s), iDefaultChoice(d), choices(),
bThemeTitle(bTT), bThemeItems(bTI)
{
@@ -92,7 +92,7 @@ struct MenuRowDef
MenuRowDef( int r, RString n, bool e, EditMode s, bool bTT, bool bTI,
int d, int low, int high ):
iRowCode(r), sName(n), bEnabled(e), pfnEnabled(NULL),
iRowCode(r), sName(n), bEnabled(e), pfnEnabled(nullptr),
emShowIn(s), iDefaultChoice(d), choices(),
bThemeTitle(bTT), bThemeItems(bTI)
{