diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-21 13:26:15 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-21 14:35:19 +0900 |
commit | 7bf8da2baa243b972dd33d11ba873f6165e18fbf (patch) | |
tree | 91e8d9be8b6d16cd684178afbe081266fa1921fb /src/lib/evas/Evas_Eo.h | |
parent | 2f0b9edbb4b5e47d2d4a1380edc6ad1828134c41 (diff) |
evas: Rename Evas.Object to Efl.Canvas.Object
One step closer to make the EO inheritance tree look like
it's all Efl.
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index cde534e39c..3af5ca00f6 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -64,7 +64,7 @@ | |||
64 | 64 | ||
65 | #include "canvas/evas_common_interface.eo.h" | 65 | #include "canvas/evas_common_interface.eo.h" |
66 | 66 | ||
67 | #include "canvas/evas_object.eo.h" | 67 | #include "canvas/efl_canvas_object.eo.h" |
68 | #endif /* EFL_EO_API_SUPPORT */ | 68 | #endif /* EFL_EO_API_SUPPORT */ |
69 | 69 | ||
70 | #ifdef EFL_BETA_API_SUPPORT | 70 | #ifdef EFL_BETA_API_SUPPORT |