mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
Changed the reference pointer from last commit to const.
Need recompile again, sorry. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3510 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ed737e2c9f
commit
fff12a58c6
9 changed files with 11 additions and 11 deletions
|
@ -204,7 +204,7 @@ class FileIndex
|
|||
~FileIndex();
|
||||
|
||||
/* control root entries */
|
||||
int setRootDirectories(std::list<std::string> &inlist, time_t utime);
|
||||
int setRootDirectories(const std::list<std::string> &inlist, time_t utime);
|
||||
int getRootDirectories(std::list<std::string> &outlist);
|
||||
|
||||
/* update (index building) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue