Just added a divider comment.

git-svn-id: svn://10.0.0.236/trunk@25909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-04-01 20:07:52 +00:00
parent 0cf2765851
commit 68c7ea92c4
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)