From b5964e4a009bd6b3b118867620f5fad9db284da5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 29 Mar 2026 14:49:56 +0100 Subject: Move some functions from stdalgo to utility/pointer. --- modules/customprefix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/customprefix.cpp') 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); } }; -- cgit v1.3.1-10-gc9f91