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 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 487c0d97e5e..d730c7d9019 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -44,7 +44,7 @@ struct MovieClipUser;
struct RenderInfo;
struct RenderEngine;
struct bGPdata;
-struct SmoothViewStore;
+struct SmoothView3DStore;
struct wmTimer;
/* This is needed to not let VC choke on near and far... old
@@ -108,7 +108,7 @@ typedef struct RegionView3D {
struct ViewDepths *depths;
/* animated smooth view */
- struct SmoothViewStore *sms;
+ struct SmoothView3DStore *sms;
struct wmTimer *smooth_timer;