From e0bfba43db4d3c4cbe29e9cf7802e9154e35efea Mon Sep 17 00:00:00 2001 From: "peterv%netscape.com" Date: Thu, 12 Jun 2003 11:20:00 +0000 Subject: [PATCH] Fix HP-UX bustage from jfrancis checkin. git-svn-id: svn://10.0.0.236/trunk@143633 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/libeditor/html/TypeInState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/libeditor/html/TypeInState.h b/mozilla/editor/libeditor/html/TypeInState.h index fbd63f280f9..c146cf0ae1b 100644 --- a/mozilla/editor/libeditor/html/TypeInState.h +++ b/mozilla/editor/libeditor/html/TypeInState.h @@ -68,7 +68,7 @@ public: void Reset(); virtual ~TypeInState(); - nsresult TypeInState::UpdateSelState(nsISelection *aSelection); + nsresult UpdateSelState(nsISelection *aSelection); NS_IMETHOD NotifySelectionChanged(nsIDOMDocument *aDoc, nsISelection *aSel, short aReason); nsresult SetProp(nsIAtom *aProp);