gcc 4 compilation fixes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20835 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos
2007-04-26 06:32:25 +00:00
parent 457b03ecb4
commit b8c0d6618e
5 changed files with 23 additions and 14 deletions
+2
View File
@@ -47,6 +47,8 @@ protected:
Backend::FreePages(fParent, ((Slab *)slab)->id);
}
base_cache *Parent() const { return fParent; }
base_cache *fParent;
};