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:
joss17 2009-05-11 14:35:05 +00:00
parent e4363d4db2
commit 35740d89b1
2 changed files with 3 additions and 3 deletions

View File

@ -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()";

View File

@ -53,7 +53,7 @@ public:
/** Default Destructor */
void small();
void smaller();
std::string FileHash() { return mFileHash; }
std::string FileName() { return mFileName; }