Fixed warning

This commit is contained in:
Robert Osfield 2009-06-05 10:42:53 +00:00
parent 4b1686a50a
commit 647d54bda8

View File

@ -168,4 +168,4 @@ bool DatabaseRevisions::removeFile(const std::string& filename)
removed = (*itr)->removeFile(filename) | removed;
}
return removed;
}
}