Fix build bustage

git-svn-id: svn://10.0.0.236/trunk@25978 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-04-02 01:14:30 +00:00
parent 1bce4d2274
commit 34658a2ba2
2 changed files with 2 additions and 2 deletions

View File

@@ -1013,7 +1013,7 @@ NS_IMETHODIMP PresShell::GetCaret(nsICaret **outCaret)
return mCaret->QueryInterface(kICaretIID,(void **)outCaret);
}
NS_METHOD PresShell::RefreshCaret(nsIView *aView, nsIRenderingContext& aRendContext, const nsRect& aDirtyRect)
nsresult PresShell::RefreshCaret(nsIView *aView, nsIRenderingContext& aRendContext, const nsRect& aDirtyRect)
{
if (mCaret)
mCaret->Refresh(aView, aRendContext, aDirtyRect);