diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-09-22 16:09:07 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-09-22 16:09:07 +0200 |
commit | 469fe4084787d00a9ab10f00204f7e766ed68161 (patch) | |
tree | a964cb18f0850aa692776a93b8f3245c17e93dd3 /modules | |
parent | f398d046ed5ff6e3bf803c3f16d1fb470b464bdb (diff) |
Changed name
Diffstat (limited to 'modules')
-rw-r--r-- | modules/codec/c++/data_math.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/data_math.hpp b/modules/codec/c++/data_math.hpp index 51657c7..f423fcb 100644 --- a/modules/codec/c++/data_math.hpp +++ b/modules/codec/c++/data_math.hpp @@ -129,7 +129,7 @@ public: return make_void(); }); - return inner_change; + return native_change; } }; |