From 1f8cdcec79b2c65b2edb37a4cb10b4b2d9e976a5 Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Mon, 12 Apr 1999 20:47:08 +0000 Subject: [PATCH] fix compiler error (NS_DECL_ISUPPORTS shouldn't befollowed by a ';' git-svn-id: svn://10.0.0.236/trunk@27201 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/compose/tests/smtp/smtpTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mailnews/compose/tests/smtp/smtpTest.cpp b/mozilla/mailnews/compose/tests/smtp/smtpTest.cpp index 5401950a017..06ac8215111 100644 --- a/mozilla/mailnews/compose/tests/smtp/smtpTest.cpp +++ b/mozilla/mailnews/compose/tests/smtp/smtpTest.cpp @@ -129,7 +129,7 @@ public: nsSmtpTestDriver(nsINetService * pService, PLEventQueue *queue); virtual ~nsSmtpTestDriver(); - NS_DECL_ISUPPORTS; + NS_DECL_ISUPPORTS // nsIUrlListener support NS_IMETHOD OnStartRunningUrl(nsIURL * aUrl);