changing the entrypoint to call another constructor. I need this since I have

removed an unneeded constructor.  related bug 13724. r=brendan@meer.net
This commit is contained in:
dougt%netscape.com 1999-10-12 22:32:10 +00:00
parent 448861e47a
commit a9f81ba0a6

View File

@ -89,7 +89,7 @@ void XXXNeverCalled()
NS_NewIntersectionEnumerator(NULL, NULL, NULL);
NS_QuickSort(NULL, 0, 0, NULL, NULL);
nsString2();
nsProxyObject();
nsProxyObject(NULL, 0, NULL);
XPT_DoString(NULL, NULL);
XPT_DoHeader(NULL, NULL);
nsInterfaceInfo* info = NULL;