From 7b3f44e05baa49b26dd7c1ed71265c6bbc946aa4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 15 Jul 2003 21:24:05 +0000 Subject: * The new normaliser now passes the unit tests. --- src/fstate.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fstate.hh') diff --git a/src/fstate.hh b/src/fstate.hh index f06a4807ef5d..a195281646b6 100644 --- a/src/fstate.hh +++ b/src/fstate.hh @@ -113,7 +113,7 @@ void registerSuccessor(const FSId & id1, const FSId & id2); Slice normaliseFState(FSId id); /* Realise a Slice in the file system. */ -void realiseSlice(Slice slice); +void realiseSlice(const Slice & slice); #endif /* !__FSTATE_H */ -- cgit 1.4.1