changes to api for selection listeners

git-svn-id: svn://10.0.0.236/trunk@65978 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
2000-04-14 11:26:18 +00:00
parent 55078146c7
commit 63c6a3cb7b
8 changed files with 8 additions and 8 deletions

View File

@@ -124,7 +124,7 @@ nsInterfaceState::NotifyDocumentStateChanged(PRBool aNowDirty)
}
NS_IMETHODIMP
nsInterfaceState::NotifySelectionChanged()
nsInterfaceState::NotifySelectionChanged(nsIDOMDocument *, nsIDOMSelection *)
{
return PrimeUpdateTimer();
}