diff --git a/modules/include/module_common_types_public.h b/modules/include/module_common_types_public.h index d73fae2682..cfa28ab8c2 100644 --- a/modules/include/module_common_types_public.h +++ b/modules/include/module_common_types_public.h @@ -46,7 +46,7 @@ class Unwrapper { public: // Get the unwrapped value, but don't update the internal state. - int64_t UnwrapWithoutUpdate(U value) { + int64_t UnwrapWithoutUpdate(U value) const { if (!last_value_) return value;