diff options
Diffstat (limited to 'src/myriad.h')
-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 |