cleaned up meaning of first constructor parameter

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4394 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-08-29 00:54:54 +00:00
parent 2fc06b8774
commit ad159f4343
2 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ enum {
class BBlockCache
{
public:
BBlockCache(size_t cacheSize,
BBlockCache(uint32 blockCount,
size_t blockSize,
uint32 allocationType);
virtual ~BBlockCache();