diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-15 21:24:05 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-15 21:24:05 +0000 |
commit | 7b3f44e05baa49b26dd7c1ed71265c6bbc946aa4 (patch) | |
tree | 0823fdc1f082f027031dd2615eade33cf29688c0 /src/fstate.hh | |
parent | f5b6fa5256efce5f7a963386cd16e441446f5746 (diff) | |
download | guix-7b3f44e05baa49b26dd7c1ed71265c6bbc946aa4.tar.gz |
* 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 f06a4807ef..a195281646 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 */ |