mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Took out unnecessary const, which will hopefully unbusticate unix build
This commit is contained in:
parent
95cb81ad53
commit
dbf19a8e32
@ -342,7 +342,7 @@ void nsFileSpec::RecursiveCopy(nsFileSpec newDir) const
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------------------
|
||||
nsresult nsFileSpec::Truncate(const PRInt32 offset) const
|
||||
nsresult nsFileSpec::Truncate(PRInt32 offset) const
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
char* Path = nsCRT::strdup(mPath);
|
||||
|
Loading…
Reference in New Issue
Block a user