зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d25c3d0092
Коммит
3142e6366f
|
@ -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> MOZ_COUNT_CTOR(MyType);</TT></B>
|
||||
|
|
Загрузка…
Ссылка в новой задаче