fixing bustage, omitted result type

This commit is contained in:
scc%netscape.com 2000-02-06 01:16:32 +00:00
Родитель c6c8dddea7
Коммит 8ec74054ea
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -118,5 +118,5 @@ interface nsICategoryManager : nsISupports
{ 0x16d222a6, 0x1dd2, 0x11b2, \
{0xb6, 0x93, 0xf3, 0x8b, 0x02, 0xc0, 0x21, 0xb2} }
extern "C" NS_EXPORT NS_CategoryManagerGetFactory( nsIFactory** );
extern "C" NS_EXPORT nsresult NS_CategoryManagerGetFactory( nsIFactory** );
%}