diff --git a/opensubdiv/far/patchBasis.cpp b/opensubdiv/far/patchBasis.cpp index 98334cd0..e00ee1f4 100644 --- a/opensubdiv/far/patchBasis.cpp +++ b/opensubdiv/far/patchBasis.cpp @@ -661,7 +661,7 @@ void GetGregoryWeights(PatchParamG const & param, } } -template void GetBSplineWeights(OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchParamG const&, float, float, float*, float*, float*, float*, float*, float*); +template void GetBSplineWeights(struct OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchParamG const&, float, float, float* const, float* const, float* const, float* const, float* const, float* const); template void GetGregoryWeights(OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchParamG const&, float, float, float*, float*, float*, float*, float*, float*); template void GetBilinearWeights(OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchParamG const&, float, float, float*, float*, float*, float*, float*, float*);