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:
@@ -64,7 +64,7 @@ public:
|
||||
/**
|
||||
* Sets the select state of the option at index
|
||||
*/
|
||||
NS_IMETHOD DoneAddingContent() = 0;
|
||||
NS_IMETHOD DoneAddingContent(PRBool aIsDone) = 0;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
/**
|
||||
* Sets the select state of the option at index
|
||||
*/
|
||||
NS_IMETHOD DoneAddingContent() = 0;
|
||||
NS_IMETHOD DoneAddingContent(PRBool aIsDone) = 0;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user