From d4b96d33d6d0cd0898beb429bccb35da11fc7d4a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Thu, 16 Jun 2016 16:05:00 +0900 Subject: Evas: Mark type as legacy and protected Only set() is allowed for EO, and it's a constructor, protected function. Unfortunately, this means a lot of #define EVAS_OBJECT_PROTECTED --- src/lib/emotion/emotion_smart.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/emotion/emotion_smart.c') diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index 804b865307..7bfa18a94e 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c @@ -2,6 +2,8 @@ # include "config.h" #endif +#define EVAS_OBJECT_PROTECTED + #include #include -- cgit v1.2.1