From 8c15d7737f1008573c402c9127717ecc2c51ea12 Mon Sep 17 00:00:00 2001 From: "av%netscape.com" Date: Mon, 8 May 2000 01:14:29 +0000 Subject: [PATCH] Fixing 38273 git-svn-id: svn://10.0.0.236/trunk@68614 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/samples/simple/npsimple.cpp | 2 +- mozilla/modules/plugin/test/npsimple.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/modules/plugin/samples/simple/npsimple.cpp b/mozilla/modules/plugin/samples/simple/npsimple.cpp index 768e2ae9004..d73bc2413bc 100644 --- a/mozilla/modules/plugin/samples/simple/npsimple.cpp +++ b/mozilla/modules/plugin/samples/simple/npsimple.cpp @@ -519,7 +519,7 @@ NSRegisterSelf(nsISupports *aServMgr, const char *path) char buf[255]; // todo: use a const - nsString progID(NS_INLINE_PLUGIN_PROGID_PREFIX); + nsCString progID(NS_INLINE_PLUGIN_PROGID_PREFIX); // We will use the service manager to obtain the component // manager, which will enable us to register a component diff --git a/mozilla/modules/plugin/test/npsimple.cpp b/mozilla/modules/plugin/test/npsimple.cpp index 768e2ae9004..d73bc2413bc 100644 --- a/mozilla/modules/plugin/test/npsimple.cpp +++ b/mozilla/modules/plugin/test/npsimple.cpp @@ -519,7 +519,7 @@ NSRegisterSelf(nsISupports *aServMgr, const char *path) char buf[255]; // todo: use a const - nsString progID(NS_INLINE_PLUGIN_PROGID_PREFIX); + nsCString progID(NS_INLINE_PLUGIN_PROGID_PREFIX); // We will use the service manager to obtain the component // manager, which will enable us to register a component