Changes for qnx/photon platform only.

Fixed a few compiling error after syncronizing with the head branch.
This commit is contained in:
amardare%qnx.com 2005-02-13 18:53:19 +00:00
parent c89a7d6ce9
commit f49ac0461f
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -82,7 +82,7 @@ nsFilePicker::nsFilePicker()
cond &&
NS_SUCCEEDED(displayDirectory->IsDirectory(&cond)) &&
cond)
mDisplayDirectory = displayDirectory
mDisplayDirectory = displayDirectory;
}
}
}