Fix build for gcc4. If you really want to inline these methods, they need to be implemented in the header
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28161 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b5e67ab6fb
commit
a96b4beb84
@ -47,14 +47,14 @@ CachedBlock::~CachedBlock()
|
||||
}
|
||||
|
||||
|
||||
inline void
|
||||
void
|
||||
CachedBlock::Unset()
|
||||
{
|
||||
fBlockNumber = -1;
|
||||
}
|
||||
|
||||
|
||||
inline uint8 *
|
||||
uint8 *
|
||||
CachedBlock::SetTo(off_t block)
|
||||
{
|
||||
if (block == fBlockNumber)
|
||||
|
Loading…
x
Reference in New Issue
Block a user