Bug 94235: add NS_COM to declaration of nsPrintfCString. r=/sr= jst,scc

git-svn-id: svn://10.0.0.236/trunk@100656 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com 2001-08-09 09:27:47 +00:00
parent 8c60b91e5c
commit ef4c7debee
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
* much more efficiently handled with |NS_LITERAL_[C]STRING| and |nsLiteral[C]String|.
*/
class nsPrintfCString
class NS_COM nsPrintfCString
: public nsACString
{
enum { kLocalBufferSize=15 };

View File

@ -67,7 +67,7 @@
* much more efficiently handled with |NS_LITERAL_[C]STRING| and |nsLiteral[C]String|.
*/
class nsPrintfCString
class NS_COM nsPrintfCString
: public nsACString
{
enum { kLocalBufferSize=15 };