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:
authorSybren A. Stüvel <sybren@blender.org>2019-08-14 17:45:45 +0300
committerSybren A. Stüvel <sybren@blender.org>2019-08-14 17:55:51 +0300
commit72eb70f93328e4e19a319aa199f6c46a0c8ab420 (patch)
tree34619eb05dc880d2f334e16d246ea8a7c1745152 /source/blender/editors/include/ED_text.h
parentf0f5e11b33ed15de47ba87d2d86295fcfb030fe0 (diff)
Added missing forward declaration
Diffstat (limited to 'source/blender/editors/include/ED_text.h')
-rw-r--r--source/blender/editors/include/ED_text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_text.h b/source/blender/editors/include/ED_text.h
index ed71439bd37..39d0b8b26cb 100644
--- a/source/blender/editors/include/ED_text.h
+++ b/source/blender/editors/include/ED_text.h
@@ -25,6 +25,7 @@
#define __ED_TEXT_H__
struct ARegion;
+struct bContext;
struct SpaceText;
struct UndoStep;
struct UndoType;