diff options
| author | Stefan Boberg <[email protected]> | 2021-11-01 16:50:17 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-11-01 16:50:17 +0100 |
| commit | 2400d988796b952d65296e518944f505e9a91cb1 (patch) | |
| tree | 77995a76525debced2686ba8ea610a9c7fa9752b /zenstore/include | |
| parent | Merged from main (diff) | |
| download | zen-2400d988796b952d65296e518944f505e9a91cb1.tar.xz zen-2400d988796b952d65296e518944f505e9a91cb1.zip | |
gc: CollectGarbage implementation
Diffstat (limited to 'zenstore/include')
| -rw-r--r-- | zenstore/include/zenstore/gc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/include/zenstore/gc.h b/zenstore/include/zenstore/gc.h index ef62158ce..d3092d91c 100644 --- a/zenstore/include/zenstore/gc.h +++ b/zenstore/include/zenstore/gc.h @@ -65,7 +65,7 @@ public: GcStorage(CasGc& Gc); ~GcStorage(); - virtual void CollectGarbage(GcContext& GcCtrx) = 0; + virtual void CollectGarbage(GcContext& GcCtx) = 0; private: CasGc& m_Gc; |