* Oops, this should have been part of the last commit...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28733 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-11-26 10:22:13 +00:00
parent a26a409acc
commit d09596f530
+1 -1
View File
@@ -51,7 +51,7 @@ public:
status_t RemoveLastModified(Transaction& transaction,
Inode* inode);
status_t UpdateLastModified(Transaction& transaction,
Inode* inode, off_t modified = -1);
Inode* inode, bigtime_t modified = -1);
private:
Index(const Index& other);