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 ce0f2fa..9bc926f 100644 --- a/src/unstable/myriadcache.h +++ b/src/unstable/myriadcache.h | |||
| @@ -50,7 +50,7 @@ namespace Bu | |||
| 50 | 50 | ||
| 51 | virtual ~MyriadCache() | 51 | virtual ~MyriadCache() |
| 52 | { | 52 | { |
| 53 | _sync(); | 53 | Bu::CacheBase<keytype,obtype>::sync(); |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | using typename Bu::CacheBase<keytype,obtype>::KeyList; | 56 | using typename Bu::CacheBase<keytype,obtype>::KeyList; |
