Just added a divider comment.

This commit is contained in:
mcmullen%netscape.com 1999-04-01 20:07:52 +00:00
parent 7b483ed6e2
commit 21744e4f8d
2 changed files with 4 additions and 0 deletions

View File

@ -595,7 +595,9 @@ nsOutputStream& operator << (nsOutputStream& s, const nsFileURL& url)
// nsFilePath implementation
//========================================================================================
//----------------------------------------------------------------------------------------
nsFilePath::nsFilePath(const nsFilePath& inPath)
//----------------------------------------------------------------------------------------
: mPath(inPath.mPath)
#ifdef XP_MAC
, mFileSpec(inPath.mFileSpec)

View File

@ -595,7 +595,9 @@ nsOutputStream& operator << (nsOutputStream& s, const nsFileURL& url)
// nsFilePath implementation
//========================================================================================
//----------------------------------------------------------------------------------------
nsFilePath::nsFilePath(const nsFilePath& inPath)
//----------------------------------------------------------------------------------------
: mPath(inPath.mPath)
#ifdef XP_MAC
, mFileSpec(inPath.mFileSpec)