зеркало из https://github.com/mozilla/pjs.git
Changes for qnx/photon platform only.
Fixed a few compiling error after syncronizing with the head branch.
This commit is contained in:
Родитель
e66bebe87a
Коммит
6cd049e698
|
@ -36,12 +36,12 @@
|
|||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "prmon.h"
|
||||
#include "plhash.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsAppShell.h"
|
||||
#include "nsIAppShell.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIEventQueueService.h"
|
||||
#include "nsICmdLineService.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ nsFilePicker::nsFilePicker()
|
|||
cond &&
|
||||
NS_SUCCEEDED(displayDirectory->IsDirectory(&cond)) &&
|
||||
cond)
|
||||
mDisplayDirectory = displayDirectory
|
||||
mDisplayDirectory = displayDirectory;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче