mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
fix a bug with windows compiler and small() function
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e4363d4db2
commit
35740d89b1
2 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ public:
|
|||
|
||||
/** Default Destructor */
|
||||
|
||||
void small();
|
||||
void smaller();
|
||||
|
||||
std::string FileHash() { return mFileHash; }
|
||||
std::string FileName() { return mFileName; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue