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:
authorCampbell Barton <ideasman42@gmail.com>2019-12-17 02:08:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 02:08:47 +0300
commitf4d7d5e75d60a372d29a5bab81115b8ba6064062 (patch)
tree645537a06c4142aec7868e2ce3f104411682002b /source/blender/makesrna/RNA_access.h
parentbc92d0552252a0e992ccf8d935b50567bd97ff0e (diff)
Cleanup: sort struct declarations
Diffstat (limited to 'source/blender/makesrna/RNA_access.h')
-rw-r--r--source/blender/makesrna/RNA_access.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.h
index 4066458ad45..e9c9b7e2815 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -35,12 +35,12 @@ struct ID;
struct IDOverrideLibrary;
struct IDOverrideLibraryProperty;
struct IDOverrideLibraryPropertyOperation;
+struct IDProperty;
struct ListBase;
struct Main;
struct ReportList;
struct Scene;
struct bContext;
-struct IDProperty;
/* Types */
extern BlenderRNA BLENDER_RNA;