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/blenloader')
-rw-r--r--source/blender/blenloader/BLO_read_write.h4
-rw-r--r--source/blender/blenloader/BLO_undofile.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenloader/BLO_read_write.h b/source/blender/blenloader/BLO_read_write.h
index e3ba7480b18..5d685cc6687 100644
--- a/source/blender/blenloader/BLO_read_write.h
+++ b/source/blender/blenloader/BLO_read_write.h
@@ -47,10 +47,10 @@
extern "C" {
#endif
-typedef struct BlendWriter BlendWriter;
typedef struct BlendDataReader BlendDataReader;
-typedef struct BlendLibReader BlendLibReader;
typedef struct BlendExpander BlendExpander;
+typedef struct BlendLibReader BlendLibReader;
+typedef struct BlendWriter BlendWriter;
/* Blend Write API
* ===============
diff --git a/source/blender/blenloader/BLO_undofile.h b/source/blender/blenloader/BLO_undofile.h
index 17b21096bf3..fc41a6e832f 100644
--- a/source/blender/blenloader/BLO_undofile.h
+++ b/source/blender/blenloader/BLO_undofile.h
@@ -24,8 +24,8 @@
* \ingroup blenloader
*/
-struct Scene;
struct GHash;
+struct Scene;
typedef struct {
void *next, *prev;