From 89382f875d39626bbfe81c0d02ae378240e25dee Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Thu, 12 Sep 2002 19:08:13 +0000 Subject: [PATCH] add mComposerController (bug 157097, r=cmanske, sr=sfraser) --- editor/composer/src/nsEditorShell.h | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/composer/src/nsEditorShell.h b/editor/composer/src/nsEditorShell.h index bf4e46f51ad7..0989b9857c19 100644 --- a/editor/composer/src/nsEditorShell.h +++ b/editor/composer/src/nsEditorShell.h @@ -242,6 +242,7 @@ class nsEditorShell : public nsIEditorShell, nsInterfaceState *mStateMaintainer; // we hold the owning ref to this. nsIEditorController *mEditorController; // temporary weak ref to the editor controller + nsIEditorController *mComposerController; // temporary weak ref to the nsComposerController nsIDocShell *mDocShell; // weak reference // The webshell that contains the document being edited.