Bug 1038212 - Give nsNativeAppSupportWin a private destructor; r=bjacob

This commit is contained in:
Ehsan Akhgari 2014-07-15 14:59:20 -04:00
parent 8079aec7c0
commit 3fd12c9fcd

View File

@ -283,6 +283,7 @@ public:
void CheckConsole();
private:
~nsNativeAppSupportWin() {}
static void HandleCommandLine(const char* aCmdLineString, nsIFile* aWorkingDir, uint32_t aState);
static HDDEDATA CALLBACK HandleDDENotification( UINT uType,
UINT uFmt,