diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ctx.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ctx.hpp b/src/ctx.hpp index a813e60..8c3941f 100644 --- a/src/ctx.hpp +++ b/src/ctx.hpp @@ -102,10 +102,10 @@ namespace xs reaper_tid = 1 }; - private: - ~ctx_t (); + private: + // Used to check whether the object is a context. uint32_t tag; |