Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/opensubdiv/internal/opensubdiv_converter_factory.h')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_converter_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_converter_factory.h b/intern/opensubdiv/internal/opensubdiv_converter_factory.h
index 451418813e1..a1038474d33 100644
--- a/intern/opensubdiv/internal/opensubdiv_converter_factory.h
+++ b/intern/opensubdiv/internal/opensubdiv_converter_factory.h
@@ -29,8 +29,8 @@ struct OpenSubdiv_Converter;
namespace opensubdiv_capi {
-OpenSubdiv::Far::TopologyRefiner* createOSDTopologyRefinerFromConverter(
- struct OpenSubdiv_Converter* converter);
+OpenSubdiv::Far::TopologyRefiner *createOSDTopologyRefinerFromConverter(
+ struct OpenSubdiv_Converter *converter);
} // namespace opensubdiv_capi