diff options
Diffstat (limited to '')
-rw-r--r-- | src/myriad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/myriad.h b/src/myriad.h index 8f626a4..9bbc812 100644 --- a/src/myriad.h +++ b/src/myriad.h | |||
@@ -159,6 +159,7 @@ namespace Bu | |||
159 | StreamArray aStreams; | 159 | StreamArray aStreams; |
160 | typedef Bu::Hash<int, Block *> BlockHash; | 160 | typedef Bu::Hash<int, Block *> BlockHash; |
161 | BlockHash hActiveBlocks; | 161 | BlockHash hActiveBlocks; |
162 | bool bHeaderChanged; | ||
162 | }; | 163 | }; |
163 | }; | 164 | }; |
164 | 165 | ||