Minor cleanup.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2008, Axel Dörfler, [email protected].
|
* Copyright 2001-2012, Axel Dörfler, [email protected].
|
||||||
* This file may be used under the terms of the MIT License.
|
* This file may be used under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef INDEX_H
|
#ifndef INDEX_H
|
||||||
@@ -58,9 +58,11 @@ private:
|
|||||||
Index& operator=(const Index& other);
|
Index& operator=(const Index& other);
|
||||||
// no implementation
|
// no implementation
|
||||||
|
|
||||||
|
private:
|
||||||
Volume* fVolume;
|
Volume* fVolume;
|
||||||
Inode* fNode;
|
Inode* fNode;
|
||||||
const char* fName;
|
const char* fName;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // INDEX_H
|
#endif // INDEX_H
|
||||||
|
|||||||
Reference in New Issue
Block a user