Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@146626 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -76,7 +76,7 @@ nsSampleImpl::~nsSampleImpl()
|
||||
* The _CI variant adds support for nsIClassInfo, which permits introspection
|
||||
* and interface flattening.
|
||||
*/
|
||||
NS_IMPL_ISUPPORTS1_CI(nsSampleImpl, nsISample);
|
||||
NS_IMPL_ISUPPORTS1_CI(nsSampleImpl, nsISample)
|
||||
|
||||
/**
|
||||
* Notice that in the protoype for this function, the NS_IMETHOD macro was
|
||||
|
||||
Reference in New Issue
Block a user