diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-15T21·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-15T21·24+0000 |
commit | 7b3f44e05baa49b26dd7c1ed71265c6bbc946aa4 (patch) | |
tree | 0823fdc1f082f027031dd2615eade33cf29688c0 /src/fstate.hh | |
parent | f5b6fa5256efce5f7a963386cd16e441446f5746 (diff) |
* The new normaliser now passes the unit tests.
Diffstat (limited to 'src/fstate.hh')
-rw-r--r-- | src/fstate.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |