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:
Stefano Ceccherini 2008-10-16 09:53:06 +00:00
parent b5e67ab6fb
commit a96b4beb84
1 changed files with 2 additions and 2 deletions

View File

@ -47,14 +47,14 @@ CachedBlock::~CachedBlock()
} }
inline void void
CachedBlock::Unset() CachedBlock::Unset()
{ {
fBlockNumber = -1; fBlockNumber = -1;
} }
inline uint8 * uint8 *
CachedBlock::SetTo(off_t block) CachedBlock::SetTo(off_t block)
{ {
if (block == fBlockNumber) if (block == fBlockNumber)