removed reference to nsString2

git-svn-id: svn://10.0.0.236/trunk@64164 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com 2000-03-26 09:13:32 +00:00
parent 3556911209
commit bf59314603
2 changed files with 2 additions and 2 deletions

View File

@ -1688,7 +1688,7 @@ NS_IMETHODIMP nsPluginHostImpl::SetUpPluginInstance(const char *aMimeType,
nsIPluginInstance* instance = NULL;
nsIPlugin* plugin = NULL;
const char* mimetype;
nsString2 strProgID (NS_INLINE_PLUGIN_PROGID_PREFIX);
nsString strProgID (NS_INLINE_PLUGIN_PROGID_PREFIX);
char buf[255]; // todo: need to use a const
if(!aURL)

View File

@ -1688,7 +1688,7 @@ NS_IMETHODIMP nsPluginHostImpl::SetUpPluginInstance(const char *aMimeType,
nsIPluginInstance* instance = NULL;
nsIPlugin* plugin = NULL;
const char* mimetype;
nsString2 strProgID (NS_INLINE_PLUGIN_PROGID_PREFIX);
nsString strProgID (NS_INLINE_PLUGIN_PROGID_PREFIX);
char buf[255]; // todo: need to use a const
if(!aURL)