From c7a2db96dcdcf1c9492b19f9cbdc1531a8639b09 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Sat, 27 Mar 1999 06:20:40 +0000 Subject: [PATCH] removing (yet another!) misplaced semi-colon git-svn-id: svn://10.0.0.236/trunk@25321 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/libxpt/xptcall/tests/TestXPTCInvoke.cpp | 2 +- mozilla/xpcom/reflect/xptcall/tests/TestXPTCInvoke.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/xpcom/libxpt/xptcall/tests/TestXPTCInvoke.cpp b/mozilla/xpcom/libxpt/xptcall/tests/TestXPTCInvoke.cpp index 463414b6d2b..a00ac62a1b3 100644 --- a/mozilla/xpcom/libxpt/xptcall/tests/TestXPTCInvoke.cpp +++ b/mozilla/xpcom/libxpt/xptcall/tests/TestXPTCInvoke.cpp @@ -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); diff --git a/mozilla/xpcom/reflect/xptcall/tests/TestXPTCInvoke.cpp b/mozilla/xpcom/reflect/xptcall/tests/TestXPTCInvoke.cpp index 463414b6d2b..a00ac62a1b3 100644 --- a/mozilla/xpcom/reflect/xptcall/tests/TestXPTCInvoke.cpp +++ b/mozilla/xpcom/reflect/xptcall/tests/TestXPTCInvoke.cpp @@ -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);