diff options
| author | 2026-03-29 14:49:56 +0100 | |
|---|---|---|
| committer | 2026-03-29 14:49:56 +0100 | |
| commit | b5964e4a009bd6b3b118867620f5fad9db284da5 (patch) | |
| tree | 7a1c17d611d6fe32eb3100386a4253856e09751b /modules/customprefix.cpp | |
| parent | Avoid 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.cpp | 2 |
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); } }; |
