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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-09-08 10:38:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-09-08 10:38:24 +0300
commitace92854b2ef03e625c082d29350af8c9e4f7834 (patch)
tree829b17a45743d0becbdc489610689fcaa6abbe80
parent18ae1504ea1a8d934df5ea383e4367befd854703 (diff)
Fix compilation error: missing forward declaration
-rw-r--r--source/blender/editors/include/ED_numinput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_numinput.h b/source/blender/editors/include/ED_numinput.h
index f9a22429fc2..00558a3a787 100644
--- a/source/blender/editors/include/ED_numinput.h
+++ b/source/blender/editors/include/ED_numinput.h
@@ -30,6 +30,8 @@
#define NUM_STR_REP_LEN 64
#define NUM_MAX_ELEMENTS 3
+struct wmEvent;
+
typedef struct NumInput {
short idx_max; /* idx_max < NUM_MAX_ELEMENTS */
int unit_sys;