[Bf-blender-cvs] [ace9285] master: Fix compilation error: missing forward declaration

Sergey Sharybin noreply at git.blender.org
Thu Sep 8 09:41:42 CEST 2016


Commit: ace92854b2ef03e625c082d29350af8c9e4f7834
Author: Sergey Sharybin
Date:   Thu Sep 8 09:38:24 2016 +0200
Branches: master
https://developer.blender.org/rBace92854b2ef03e625c082d29350af8c9e4f7834

Fix compilation error: missing forward declaration

===================================================================

M	source/blender/editors/include/ED_numinput.h

===================================================================

diff --git a/source/blender/editors/include/ED_numinput.h b/source/blender/editors/include/ED_numinput.h
index f9a2242..00558a3 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;




More information about the Bf-blender-cvs mailing list