diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-24 16:03:00 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-24 16:03:00 +0900 |
commit | 98f81f5cbf951464046dd0db34665b230b2b6c55 (patch) | |
tree | 4c8367d63956dfd3fbc24ca4889708217657e168 /src/lib | |
parent | 0258ac77b05de2c8fecf0ec22ccaaf6f814383c0 (diff) |
evas: Fix oopsie in previous patch (evas vg)
Ref 880dd63a0c884642a0f87aa3a08338a7b244e37a
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/Evas_Legacy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 63371b8e66..ddfb67f907 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h | |||
@@ -3366,7 +3366,7 @@ EAPI Evas_Object *evas_object_rectangle_add(Evas *e) EINA_WARN_UNUSED_RESULT EIN | |||
3366 | */ | 3366 | */ |
3367 | EAPI Evas_Object *evas_object_vg_add(Evas *e) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC; | 3367 | EAPI Evas_Object *evas_object_vg_add(Evas *e) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC; |
3368 | 3368 | ||
3369 | #include "canvas/evas_vg.eo.legacy.h" | 3369 | #include "canvas/efl_canvas_vg.eo.legacy.h" |
3370 | #include "canvas/efl_vg_container.eo.legacy.h" | 3370 | #include "canvas/efl_vg_container.eo.legacy.h" |
3371 | /** | 3371 | /** |
3372 | * Creates a new vector shape object \. | 3372 | * Creates a new vector shape object \. |