diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-04-05 00:44:48 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-04-05 00:44:48 +0000 |
commit | 5fdf49f609a658161f482b406590531d4941ac46 (patch) | |
tree | b4f0fb11174e3a34afbdb55f6c63927107331118 /src/myriad.h | |
parent | f837e7ef09bab37d2f896f381f5f956c824633c5 (diff) | |
download | libbu++-5fdf49f609a658161f482b406590531d4941ac46.tar.gz libbu++-5fdf49f609a658161f482b406590531d4941ac46.tar.bz2 libbu++-5fdf49f609a658161f482b406590531d4941ac46.tar.xz libbu++-5fdf49f609a658161f482b406590531d4941ac46.zip |
Fixed the cache system missing a sync on header data for inserts and deletes.
Diffstat (limited to '')
-rw-r--r-- | src/myriad.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/myriad.h b/src/myriad.h index 86c7aa1..3382ab5 100644 --- a/src/myriad.h +++ b/src/myriad.h | |||
@@ -155,6 +155,8 @@ namespace Bu | |||
155 | */ | 155 | */ |
156 | static bool isMyriad( Bu::Stream &sStore ); | 156 | static bool isMyriad( Bu::Stream &sStore ); |
157 | 157 | ||
158 | const Bu::BitString &getBlocksUsed() const; | ||
159 | |||
158 | private: | 160 | private: |
159 | /** | 161 | /** |
160 | * Initialize this object based on the data already in the assosiated | 162 | * Initialize this object based on the data already in the assosiated |