removing (yet another!) misplaced semi-colon

This commit is contained in:
jband%netscape.com 1999-03-27 06:20:40 +00:00
parent 9959fbb8c1
commit 1fe94e3b3f
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ public:
class InvokeTestTarget : public InvokeTestTargetInterface
{
public:
NS_DECL_ISUPPORTS;
NS_DECL_ISUPPORTS
NS_IMETHOD AddTwoInts(PRInt32 p1, PRInt32 p2, PRInt32* retval);
NS_IMETHOD MultTwoInts(PRInt32 p1, PRInt32 p2, PRInt32* retval);

View File

@ -37,7 +37,7 @@ public:
class InvokeTestTarget : public InvokeTestTargetInterface
{
public:
NS_DECL_ISUPPORTS;
NS_DECL_ISUPPORTS
NS_IMETHOD AddTwoInts(PRInt32 p1, PRInt32 p2, PRInt32* retval);
NS_IMETHOD MultTwoInts(PRInt32 p1, PRInt32 p2, PRInt32* retval);