Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org

git-svn-id: svn://10.0.0.236/trunk@85655 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-01-27 23:31:15 +00:00
parent 5f0a7ab9bd
commit 63bf4cc356
16 changed files with 21 additions and 21 deletions

View File

@@ -71,7 +71,7 @@ nsEventStatus PR_CALLBACK HandleEvent(nsGUIEvent *aEvent)
return result;
}
MOZ_DECL_CTOR_COUNTER(nsView);
MOZ_DECL_CTOR_COUNTER(nsView)
nsView :: nsView()
{