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.
|
||||
*/
|
||||
#ifndef INDEX_H
|
||||
@@ -58,9 +58,11 @@ private:
|
||||
Index& operator=(const Index& other);
|
||||
// no implementation
|
||||
|
||||
private:
|
||||
Volume* fVolume;
|
||||
Inode* fNode;
|
||||
const char* fName;
|
||||
};
|
||||
|
||||
|
||||
#endif // INDEX_H
|
||||
|
||||
Reference in New Issue
Block a user