mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05: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
@ -148,7 +148,7 @@ void SubFileItem::Setup()
|
||||
}
|
||||
}
|
||||
|
||||
small();
|
||||
smaller();
|
||||
updateItemStatic();
|
||||
updateItem();
|
||||
|
||||
@ -530,7 +530,7 @@ void SubFileItem::updateItem()
|
||||
|
||||
|
||||
|
||||
void SubFileItem::small()
|
||||
void SubFileItem::smaller()
|
||||
{
|
||||
#ifdef DEBUG_ITEM
|
||||
std::cerr << "SubFileItem::cancel()";
|
||||
|
@ -53,7 +53,7 @@ public:
|
||||
|
||||
/** Default Destructor */
|
||||
|
||||
void small();
|
||||
void smaller();
|
||||
|
||||
std::string FileHash() { return mFileHash; }
|
||||
std::string FileName() { return mFileName; }
|
||||
|
Loading…
Reference in New Issue
Block a user