Bug 407297 - "nsIHTMLToTextSink should use nsStringGlue.h instead of nsString.h" [p=prasad@medhas.org (Prasad Sunkari) r=bsmedberg sr=bzbarsky a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2007-12-11 01:52:49 -08:00
Родитель a639e5ab51
Коммит 32dc306284
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -39,7 +39,7 @@
#define _nsIPlainTextSink_h__
#include "nsISupports.h"
#include "nsAString.h"
#include "nsStringGlue.h"
#define NS_PLAINTEXTSINK_CONTRACTID "@mozilla.org/layout/plaintextsink;1"