added cast to remove warning.
git-svn-id: svn://10.0.0.236/trunk@34028 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -127,7 +127,7 @@ PRBool nsFileWidget::Show()
|
||||
}
|
||||
|
||||
// Remember what filter type the user selected
|
||||
mSelectedType = ofn.nFilterIndex;
|
||||
mSelectedType = (PRInt16)ofn.nFilterIndex;
|
||||
|
||||
// Store the current directory in mDisplayDirectory
|
||||
char* newCurrentDirectory = new char[MAX_PATH+1];
|
||||
|
||||
Reference in New Issue
Block a user