Hitching a ride with bug 117440: Make nsPrintfCString inherit from nsAFlatCString instead of nsACString, r=darin, sr=alecf

git-svn-id: svn://10.0.0.236/trunk@111646 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2002-01-09 04:35:28 +00:00
parent 416968bb0a
commit 131bb3dd4e
2 changed files with 6 additions and 6 deletions

View File

@@ -38,8 +38,8 @@
#ifndef nsPrintfCString_h___
#define nsPrintfCString_h___
#ifndef nsAString_h___
#include "nsAString.h"
#ifndef nsAFlatString_h___
#include "nsAFlatString.h"
#endif
@@ -68,7 +68,7 @@
*/
class NS_COM nsPrintfCString
: public nsACString
: public nsAFlatCString
{
enum { kLocalBufferSize=15 };
// ought to be large enough for most things ... a |long long| needs at most 20 (so you'd better ask)