jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=98f81f5cbf951464046dd0db34665b230b2b6c55

commit 98f81f5cbf951464046dd0db34665b230b2b6c55
Author: Jean-Philippe Andre <[email protected]>
Date:   Tue Oct 24 16:03:00 2017 +0900

    evas: Fix oopsie in previous patch (evas vg)
    
    Ref 880dd63a0c884642a0f87aa3a08338a7b244e37a
---
 src/lib/evas/Evas_Legacy.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
  */
 EAPI Evas_Object *evas_object_vg_add(Evas *e) EINA_WARN_UNUSED_RESULT 
EINA_ARG_NONNULL(1) EINA_MALLOC;
 
-#include "canvas/evas_vg.eo.legacy.h"
+#include "canvas/efl_canvas_vg.eo.legacy.h"
 #include "canvas/efl_vg_container.eo.legacy.h"
 /**
  * Creates a new vector shape object \.

-- 


Reply via email to