left off the ns_imethodimp type for the function

This commit is contained in:
pavlov%pavlov.net 1999-05-16 02:14:57 +00:00
parent d2e63b3e5d
commit 486782b2ce

View File

@ -78,8 +78,8 @@ public:
protected:
void ClearFileList();
CopyFileList(nsVoidArray * aFromFileList,
nsVoidArray * aToFileList);
NS_IMETHODIMP CopyFileList(nsVoidArray * aFromFileList,
nsVoidArray * aToFileList);
nsVoidArray * mFileList;
nsString mFileListDataFlavor;