make sure to return NS_OK from Init()

This commit is contained in:
blizzard%redhat.com 1999-05-09 19:52:11 +00:00
Родитель 0a950992ad
Коммит 82484e5aed
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -116,6 +116,7 @@ nsRenderingContextXlib::Init(nsIDeviceContext* aContext, nsDrawingSurface aSurfa
nsresult nsRenderingContextXlib::CommonInit(void)
{
// put common stuff in here.
return NS_OK;
}
NS_IMETHODIMP