From 467bbbb7c2866554eeb6d92cce28efa7be1925bc Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Mon, 27 Jun 2005 07:58:38 +0000 Subject: [PATCH] Testing another possibility for btek's Tp loss (bug 295047) git-svn-id: svn://10.0.0.236/trunk@175165 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/uconv/src/nsConverterInputStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/intl/uconv/src/nsConverterInputStream.h b/mozilla/intl/uconv/src/nsConverterInputStream.h index 0a520f032dd..a03379eb557 100644 --- a/mozilla/intl/uconv/src/nsConverterInputStream.h +++ b/mozilla/intl/uconv/src/nsConverterInputStream.h @@ -72,7 +72,7 @@ class nsConverterInputStream : public nsIConverterInputStream, mReplacementChar(DEFAULT_REPLACEMENT_CHARACTER), mLineBuffer(nsnull) { } - virtual ~nsConverterInputStream() { Close(); } + //virtual ~nsConverterInputStream() { Close(); } private: