From 2b1c8050fbc04e1071e62ab3d594bb5705689055 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 22 Jan 2012 19:51:49 +0000 Subject: [PATCH] evas: fix strict prototypes SVN revision: 67456 --- legacy/evas/src/lib/Evas_GL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/Evas_GL.h b/legacy/evas/src/lib/Evas_GL.h index fdfbaad254..76937ebc5c 100644 --- a/legacy/evas/src/lib/Evas_GL.h +++ b/legacy/evas/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.