summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-05-24 11:26:06 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-05-24 11:28:09 +0200
commit00851ea53b7d87c2b5be244d4fba0af9253f8039 (patch)
tree3dcbab712e8e510285abfb21b6b452535e238317
parent663a5ec27ab67dacd9e4b439e8fcb8120c3240e7 (diff)
downloadefl-00851ea53b7d87c2b5be244d4fba0af9253f8039.tar.gz
Fix last missing reference to old efl_orientation headers
This is now efl_gfx_orientable. We are not building the C++ examples, so I did not pick this up sooner. Travis does not build C++ bidings at all.
-rw-r--r--src/lib/evas/canvas/evas_image_eo.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/canvas/evas_image_eo.hh b/src/lib/evas/canvas/evas_image_eo.hh
index bccd96ce23..a94596cd02 100644
--- a/src/lib/evas/canvas/evas_image_eo.hh
+++ b/src/lib/evas/canvas/evas_image_eo.hh
@@ -29,7 +29,7 @@ extern "C" {
#include "efl_loop.eo.h"
#include "efl_loop_consumer.eo.h"
#include "efl_object.eo.h"
-#include "efl_orientation.eo.h"
+#include "efl_gfx_orientable.eo.h"
#include "efl_ui_i18n.eo.h"
#include "evas_image_eo.h"
}
@@ -61,7 +61,7 @@ extern "C" {
#include "efl_loop.eo.hh"
#include "efl_loop_consumer.eo.hh"
#include "efl_object.eo.hh"
-#include "efl_orientation.eo.hh"
+#include "efl_gfx_orientable.eo.hh"
#include "efl_ui_i18n.eo.hh"
#ifndef EVAS_IMAGE_FWD_GUARD
#define EVAS_IMAGE_FWD_GUARD