- Fix typo that broke the GCC4 build but not the GCC2 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33529 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -112,7 +112,7 @@ private:
|
||||
|
||||
class VnodeIO : public DoIO {
|
||||
public:
|
||||
VnodeIO(bool writen, struct vnode* vnode, void* cookie)
|
||||
VnodeIO(bool write, struct vnode* vnode, void* cookie)
|
||||
:
|
||||
DoIO(write),
|
||||
fVnode(vnode),
|
||||
|
||||
Reference in New Issue
Block a user