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

This commit is contained in:
dbaron%fas.harvard.edu 2001-01-28 00:07:57 +00:00
Родитель d25c3d0092
Коммит 3142e6366f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1032,7 +1032,7 @@ and Release methods, then there is nothing you need do. By default, those
macros support refcnt logging directly.
<P>If your object is not an xpcom object then some manual editing is in
order. The following sample code shows what must be done:
<BLOCKQUOTE><B><TT>MOZ_DECL_CTOR_COUNTER(MyType);</TT></B>
<BLOCKQUOTE><B><TT>MOZ_DECL_CTOR_COUNTER(MyType)</TT></B>
<P><B><TT>MyType::MyType()</TT></B>
<BR><B><TT>{</TT></B>
<BR><B><TT>&nbsp; MOZ_COUNT_CTOR(MyType);</TT></B>