mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 442769 - Annotate nsMorkReader as a stack-only class, r=dietrich
This commit is contained in:
parent
e3111e2152
commit
4a7e00102f
@ -53,7 +53,7 @@
|
||||
// http://www.mozilla.org/mailnews/arch/mork/grammar.txt
|
||||
// http://www.jwz.org/hacks/mork.pl
|
||||
|
||||
class nsMorkReader
|
||||
class NS_STACK_CLASS nsMorkReader
|
||||
{
|
||||
public:
|
||||
// This string type has built-in storage for the hex string representation
|
||||
|
Loading…
Reference in New Issue
Block a user