mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1038204 - Make two destructors in the Windows print GUI code private; r=bjacob
This commit is contained in:
parent
1bdd0ff61d
commit
9750c2acae
@ -11,12 +11,13 @@
|
||||
|
||||
class nsPrintProgressParams : public nsIPrintProgressParams
|
||||
{
|
||||
virtual ~nsPrintProgressParams();
|
||||
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIPRINTPROGRESSPARAMS
|
||||
|
||||
nsPrintProgressParams();
|
||||
virtual ~nsPrintProgressParams();
|
||||
|
||||
private:
|
||||
nsString mDocTitle;
|
||||
|
@ -30,9 +30,10 @@ class nsIDialogParamBlock;
|
||||
class nsPrintingPromptService: public nsIPrintingPromptService,
|
||||
public nsIWebProgressListener
|
||||
{
|
||||
virtual ~nsPrintingPromptService();
|
||||
|
||||
public:
|
||||
nsPrintingPromptService();
|
||||
virtual ~nsPrintingPromptService();
|
||||
|
||||
nsresult Init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user