diff options
Diffstat (limited to '')
-rw-r--r-- | src/unstable/myriadcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstable/myriadcache.h b/src/unstable/myriadcache.h index 289ab05..3629005 100644 --- a/src/unstable/myriadcache.h +++ b/src/unstable/myriadcache.h | |||
@@ -29,7 +29,7 @@ namespace Bu | |||
29 | { | 29 | { |
30 | Bu::ReadWriteMutex::ReadLocker l( rwStore ); | 30 | Bu::ReadWriteMutex::ReadLocker l( rwStore ); |
31 | Bu::MyriadStream ms = mStore.open( | 31 | Bu::MyriadStream ms = mStore.open( |
32 | 1, Bu::Myriad::WriteNew|Bu::Myriad::Read | 32 | 1, Bu::Myriad::Read |
33 | ); | 33 | ); |
34 | Bu::Archive ar( ms, Bu::Archive::load ); | 34 | Bu::Archive ar( ms, Bu::Archive::load ); |
35 | uint8_t uVer; | 35 | uint8_t uVer; |