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_gl_mesh_internal.h')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_gl_mesh_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_gl_mesh_internal.h b/intern/opensubdiv/internal/opensubdiv_gl_mesh_internal.h
index 7796b450e69..cb92fb18362 100644
--- a/intern/opensubdiv/internal/opensubdiv_gl_mesh_internal.h
+++ b/intern/opensubdiv/internal/opensubdiv_gl_mesh_internal.h
@@ -36,8 +36,8 @@ typedef struct OpenSubdiv_GLMeshInternal {
~OpenSubdiv_GLMeshInternal();
eOpenSubdivEvaluator evaluator_type;
- OpenSubdiv::Osd::GLMeshInterface* mesh_interface;
- opensubdiv_capi::GLMeshFVarData* fvar_data;
+ OpenSubdiv::Osd::GLMeshInterface *mesh_interface;
+ opensubdiv_capi::GLMeshFVarData *fvar_data;
} OpenSubdiv_GLMeshInternal;
#endif // OPENSUBDIV_GL_MESH_INTERNAL_H_