undoing checkin, no effect on Tp

This commit is contained in:
cbiesinger%web.de 2005-06-27 14:49:11 +00:00
Родитель 6ef7287afa
Коммит 0616c65eba
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -72,7 +72,7 @@ class nsConverterInputStream : public nsIConverterInputStream,
mReplacementChar(DEFAULT_REPLACEMENT_CHARACTER),
mLineBuffer(nsnull) { }
//virtual ~nsConverterInputStream() { Close(); }
virtual ~nsConverterInputStream() { Close(); }
private: