From ace92854b2ef03e625c082d29350af8c9e4f7834 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 8 Sep 2016 09:38:24 +0200 Subject: Fix compilation error: missing forward declaration --- source/blender/editors/include/ED_numinput.h | 2 ++ 1 file changed, 2 insertions(+) (limited to '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 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; -- cgit v1.2.3