From a9a4bcc3d14af907dd8001735789717cb8721422 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Mon, 30 May 2022 16:10:22 +0200 Subject: Fix building: stub for OpenSubdiv Building problem introduced on 24e74f8bef813820. It affects `make lite` and other builds that skip OpenSubdiv. --- intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'intern/opensubdiv') diff --git a/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc b/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc index 78c1d23d2cc..bc39326b57d 100644 --- a/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc +++ b/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc @@ -23,8 +23,7 @@ OpenSubdiv_Evaluator *openSubdiv_createEvaluatorFromTopologyRefiner( struct OpenSubdiv_TopologyRefiner * /*topology_refiner*/, eOpenSubdivEvaluator /*evaluator_type*/, - OpenSubdiv_EvaluatorCache * /*evaluator_cache*/, - const OpenSubdiv_EvaluatorSettings * /*settings*/) + OpenSubdiv_EvaluatorCache * /*evaluator_cache*/) { return NULL; } -- cgit v1.2.3