diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-17 17:26:08 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-17 19:32:43 +0900 |
commit | 52f9220b3fceb6f20b22fba30a9a69ae5e448f5a (patch) | |
tree | 68b6d762d87f9f8eaa9ff8832aa028998a2d6651 /src/lib/evas/Evas_Eo.h | |
parent | c8ee5583a961ff3d0f40c048548fe204b571cdef (diff) |
Evas: Rename smart object into Efl.Canvas.Group
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index e8b4e91f1c..cde534e39c 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -47,7 +47,7 @@ | |||
47 | * | 47 | * |
48 | * @{ | 48 | * @{ |
49 | */ | 49 | */ |
50 | #include "canvas/evas_object_smart.eo.h" | 50 | #include "canvas/efl_canvas_group.eo.h" |
51 | /** | 51 | /** |
52 | * @} | 52 | * @} |
53 | */ | 53 | */ |
@@ -57,7 +57,7 @@ | |||
57 | * | 57 | * |
58 | * @{ | 58 | * @{ |
59 | */ | 59 | */ |
60 | #include "canvas/efl_canvas_object_internal_smart_clipped.eo.h" | 60 | #include "canvas/efl_canvas_group_clipped.eo.h" |
61 | /** | 61 | /** |
62 | * @} | 62 | * @} |
63 | */ | 63 | */ |