From d2811de58c3c8a4c9a1b061cf294e709561eeff4 Mon Sep 17 00:00:00 2001 From: billiob Date: Sun, 22 Jan 2012 19:51:49 +0000 Subject: [PATCH] evas: fix strict prototypes git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@67456 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas_GL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Evas_GL.h b/src/lib/Evas_GL.h index fdfbaad..76937eb 100644 --- a/src/lib/Evas_GL.h +++ b/src/lib/Evas_GL.h @@ -404,7 +404,7 @@ EAPI void evas_gl_free (Evas_GL *evas_gl) EINA * As long as the Evas creates a config object for the user, it takes care * of the backward compatibility issue. */ -EAPI Evas_GL_Config *evas_gl_config_new (); +EAPI Evas_GL_Config *evas_gl_config_new (void); /** * Frees a config object created from evas_gl_config_new. -- 2.7.4