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>2016-02-18 11:32:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-18 11:35:48 +0300
commite1f624ecefb1caef07ab24e8362a42445a16b2a7 (patch)
tree39a6a92f30309754c157c020e2f3e19ced7b8039 /source/blender/editors/include/ED_util.h
parenta8e6b633c9f54f0948a0b9a47534bc38ac95889f (diff)
Cleanup: add missing struct qualifier
Diffstat (limited to 'source/blender/editors/include/ED_util.h')
-rw-r--r--source/blender/editors/include/ED_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index cb331554a8f..f143ea478c6 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -32,6 +32,7 @@
#define __ED_UTIL_H__
struct bContext;
+struct SpaceLink;
struct wmOperator;
struct wmOperatorType;