From 1c9da2a76b9c947c273ded5c3546eab2b8c3690f Mon Sep 17 00:00:00 2001 From: Mathieu L Bouchard <matju@artengine.ca> Date: Fri, 1 Aug 2014 14:17:36 -0400 Subject: [PATCH] Sorry. --- pd/src/g_all_guis.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pd/src/g_all_guis.h b/pd/src/g_all_guis.h index cb2b91f7d..f8cb17320 100644 --- a/pd/src/g_all_guis.h +++ b/pd/src/g_all_guis.h @@ -179,6 +179,8 @@ typedef struct _scalehandle int h_dragy; } t_scalehandle; +static t_class *scalehandle_class; + typedef struct _iemgui { t_object x_obj; -- GitLab