diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-17 15:32:37 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-17 19:32:43 +0900 |
commit | 4653cc44ddb2b019bf7e09f498fbd103a88ee744 (patch) | |
tree | aa810cc7bddbb8a0b7aef69deaf99edc5e9669cb /src/lib/evas/Evas_Eo.h | |
parent | 9c156c0be7f93a67f741a2a57a074af8ee4ae4e3 (diff) |
Evas: Cleanup evas smart clipped class
This is legacy stuff. I wish we could hide it from our inheritance
entirely. Instead, just make it abstract, remove all functions from
eo (doable here) and rename with the keyword "internal" in the new
ugly java style name.
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 17d6e0381f..e8b4e91f1c 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -57,7 +57,7 @@ | |||
57 | * | 57 | * |
58 | * @{ | 58 | * @{ |
59 | */ | 59 | */ |
60 | #include "canvas/evas_smart_clipped.eo.h" | 60 | #include "canvas/efl_canvas_object_internal_smart_clipped.eo.h" |
61 | /** | 61 | /** |
62 | * @} | 62 | * @} |
63 | */ | 63 | */ |