From 7f2d9f66c89126d1da01397eb736d6bb9e165ae5 Mon Sep 17 00:00:00 2001 From: "jaggernaut%netscape.com" Date: Thu, 9 Aug 2001 09:27:47 +0000 Subject: [PATCH] Bug 94235: add NS_COM to declaration of nsPrintfCString. r=/sr= jst,scc --- string/public/nsPrintfCString.h | 2 +- xpcom/string/public/nsPrintfCString.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/string/public/nsPrintfCString.h b/string/public/nsPrintfCString.h index 9f3a3d1b4316..8ef2c2466a01 100755 --- a/string/public/nsPrintfCString.h +++ b/string/public/nsPrintfCString.h @@ -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 }; diff --git a/xpcom/string/public/nsPrintfCString.h b/xpcom/string/public/nsPrintfCString.h index 9f3a3d1b4316..8ef2c2466a01 100755 --- a/xpcom/string/public/nsPrintfCString.h +++ b/xpcom/string/public/nsPrintfCString.h @@ -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 };