evas: fix copy and paste mistake.

This commit is contained in:
Cedric BAIL 2015-04-03 16:22:50 +02:00
parent 185eadf9ad
commit 40e3240e6e
1 changed files with 1 additions and 2 deletions

View File

@ -5,9 +5,8 @@
#define MY_CLASS EVAS_VG_CLASS
/* private magic number for rectangle objects */
static const char o_type[] = "rectangle";
static const char o_type[] = "vectors";
const char *o_vg_type = o_type;