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
This commit is contained in:
jdunn%netscape.com
1999-04-12 20:47:08 +00:00
parent ca46c09d3d
commit 1f8cdcec79

View File

@@ -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);