added bool parm to DoneAddingContent r=dcone bug 18241

git-svn-id: svn://10.0.0.236/trunk@54002 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-11-19 15:43:06 +00:00
parent f5defbd9b7
commit dabfe59776
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ public:
/**
* Sets the select state of the option at index
*/
NS_IMETHOD DoneAddingContent() = 0;
NS_IMETHOD DoneAddingContent(PRBool aIsDone) = 0;
};

View File

@@ -64,7 +64,7 @@ public:
/**
* Sets the select state of the option at index
*/
NS_IMETHOD DoneAddingContent() = 0;
NS_IMETHOD DoneAddingContent(PRBool aIsDone) = 0;
};