Minor cleanup.

This commit is contained in:
Axel Dörfler
2012-03-31 00:09:46 +02:00
parent aed54a9a46
commit 225e1b1190
+3 -1
View File
@@ -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