diff options
Diffstat (limited to 'core/cubic_tables.h')
-rw-r--r-- | core/cubic_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/cubic_tables.h b/core/cubic_tables.h index 297aa89e..88097ae2 100644 --- a/core/cubic_tables.h +++ b/core/cubic_tables.h @@ -1,11 +1,12 @@ #ifndef CORE_CUBIC_TABLES_H #define CORE_CUBIC_TABLES_H +#include "alspan.h" #include "cubic_defs.h" struct CubicTable { - const CubicCoefficients *Tab; + al::span<const CubicCoefficients,CubicPhaseCount> Tab; }; /* A Catmull-Rom spline. The spline passes through the center two samples, |