Fixed reordering of initializer warning - should compile the fs_shell with
-Wall enabled... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3365 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -319,8 +319,8 @@ inline
|
|||||||
CachedBlock::CachedBlock(CachedBlock *cached)
|
CachedBlock::CachedBlock(CachedBlock *cached)
|
||||||
:
|
:
|
||||||
fVolume(cached->fVolume),
|
fVolume(cached->fVolume),
|
||||||
fBlock(cached->fBlock),
|
fBlockNumber(cached->BlockNumber()),
|
||||||
fBlockNumber(cached->BlockNumber())
|
fBlock(cached->fBlock)
|
||||||
{
|
{
|
||||||
cached->Keep();
|
cached->Keep();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user