# 37239
r = nisheeth, a = brendan OS/2 bringup - false should be PR_FALSE git-svn-id: svn://10.0.0.236/trunk@71407 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -475,7 +475,7 @@ public:
|
||||
CAbacus(PRInt32 aDefaultValue=0,eNumFormat aFormat=eDecimal) {
|
||||
mUserSeries=0;
|
||||
mFormat=aFormat;
|
||||
mCase=false;
|
||||
mCase=PR_FALSE;
|
||||
mValue=0;
|
||||
mUserBase=0;
|
||||
}
|
||||
|
||||
@@ -475,7 +475,7 @@ public:
|
||||
CAbacus(PRInt32 aDefaultValue=0,eNumFormat aFormat=eDecimal) {
|
||||
mUserSeries=0;
|
||||
mFormat=aFormat;
|
||||
mCase=false;
|
||||
mCase=PR_FALSE;
|
||||
mValue=0;
|
||||
mUserBase=0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user