Bug #263430: Fix xtf build on gcc 3.4.2. Patch by <peter.kovar@pobox.sk>.

This commit is contained in:
alex%croczilla.com 2004-10-08 07:18:52 +00:00
Родитель b0f7ed9572
Коммит 1dbc10f464
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -117,7 +117,7 @@ NS_NewXMLContentBuilder(nsIXMLContentBuilder** aResult)
//----------------------------------------------------------------------
// nsISupports methods
NS_IMPL_ISUPPORTS1(nsXMLContentBuilder, nsIXMLContentBuilder);
NS_IMPL_ISUPPORTS1(nsXMLContentBuilder, nsIXMLContentBuilder)
//----------------------------------------------------------------------
// nsIXMLContentBuilder implementation

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

@ -103,7 +103,7 @@ NS_NewXTFService(nsIXTFService** aResult)
//----------------------------------------------------------------------
// nsISupports methods
NS_IMPL_ISUPPORTS1(nsXTFService, nsIXTFService);
NS_IMPL_ISUPPORTS1(nsXTFService, nsIXTFService)
//----------------------------------------------------------------------
// nsIXTFService methods