From 45f10a7f6f3dfdca38051c14020c2f6bd2646054 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 13 Sep 2024 11:52:26 +0100 Subject: Only remove extbans on unload if provided by the right module. --- include/base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/base.h') diff --git a/include/base.h b/include/base.h index c2c7397d8..f655eb4b6 100644 --- a/include/base.h +++ b/include/base.h @@ -116,6 +116,7 @@ public: return *this; } + inline T* ptr() const { return value; } inline operator bool() const { return (value != nullptr); } inline operator T*() const { return value; } inline T* operator->() const { return value; } -- cgit v1.3.1-10-gc9f91