Declare factory here for now

This commit is contained in:
kipp 1998-06-03 15:47:34 +00:00
parent 1493956e90
commit 55edd67670

View File

@ -59,4 +59,7 @@ class nsSelection : public nsISelection {
char * ToString();
};
extern NS_LAYOUT nsresult
NS_NewSelection(nsISelection** aInstancePtrResult);
#endif /* nsSelection_h___ */