зеркало из https://github.com/mozilla/pjs.git
added cast to remove warning.
This commit is contained in:
Родитель
c898e1708c
Коммит
58ba16e532
|
@ -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];
|
||||
|
|
Загрузка…
Ссылка в новой задаче