aboutsummaryrefslogtreecommitdiff
path: root/modules/customprefix.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-29 14:49:56 +0100
committerGravatar Sadie Powell2026-03-29 14:49:56 +0100
commitb5964e4a009bd6b3b118867620f5fad9db284da5 (patch)
tree7a1c17d611d6fe32eb3100386a4253856e09751b /modules/customprefix.cpp
parentAvoid the direct use of intptr_t wherever possible. (diff)
Move some functions from stdalgo to utility/pointer.
Diffstat (limited to 'modules/customprefix.cpp')
-rw-r--r--modules/customprefix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/customprefix.cpp b/modules/customprefix.cpp
index 6f76b4db0..959d284be 100644
--- a/modules/customprefix.cpp
+++ b/modules/customprefix.cpp
@@ -112,7 +112,7 @@ public:
~ModuleCustomPrefix() override
{
- stdalgo::delete_all(modes);
+ insp::delete_all(modes);
}
};