Fix class member function declaration problem

This commit is contained in:
ducarroz%netscape.com 1999-04-10 01:43:53 +00:00
Родитель 4a7ff172ef
Коммит 164aa2c964
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -120,7 +120,7 @@ protected:
nsresult ParseFolder(nsFileSpec& path);
nsresult CreateSubFolders(nsFileSpec &path);
nsresult AddDirectorySeparator(nsFileSpec &path);
nsresult nsMsgLocalMailFolder::GetDatabase();
nsresult GetDatabase();
protected: