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 b05f9ad91b
commit eb9b9958f1

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,