mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
removing (yet another!) misplaced semi-colon
This commit is contained in:
parent
9959fbb8c1
commit
1fe94e3b3f
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user