Added nsRDFResource constructor to dlldeps.cpp to avoid runtime link problems on Linux.

This commit is contained in:
waterson%netscape.com 1999-02-25 01:35:34 +00:00
Родитель 1b6f3eb390
Коммит e3f1c6ff8d
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -17,6 +17,7 @@
*/
#include "nsRDFParserUtils.h"
#include "nsRDFResource.h"
#include "nsString.h"
#include "rdfutil.h"
@ -52,6 +53,9 @@ void XXXNeverCalled()
NS_NewEmptyRDFAssertionCursor(nsnull);
NS_NewEmptyRDFArcsInCursor(nsnull);
NS_NewEmptyRDFArcsOutCursor(nsnull);
// nsRDFResource
nsRDFResource r("foo");
}