diff options
author | Daniel Zaoui <daniel.zaoui@samsung.com> | 2012-10-21 08:17:08 +0000 |
---|---|---|
committer | Daniel Zaoui <daniel.zaoui@yahoo.com> | 2012-10-21 08:17:08 +0000 |
commit | 9eb2d0e68583e09855f49b432c6f5ba73b864dcd (patch) | |
tree | 42a23a78469528dd8d14fdeab001aa5f7dc5830d /legacy/ecore/src/lib/ecore/ecore_private.h | |
parent | c204c6c2c2543574a71d7628a5aac37bb555c237 (diff) |
Remove EAPI that were not supposed to be.
vtorri is hot today!!!
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78303
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore/ecore_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ecore/src/lib/ecore/ecore_private.h b/legacy/ecore/src/lib/ecore/ecore_private.h index 048d1041d7..ce1199765c 100644 --- a/legacy/ecore/src/lib/ecore/ecore_private.h +++ b/legacy/ecore/src/lib/ecore/ecore_private.h | |||
@@ -377,7 +377,7 @@ GENERIC_ALLOC_FREE_HEADER(Ecore_Win32_Handler, ecore_win32_handler); | |||
377 | 377 | ||
378 | #undef GENERIC_ALLOC_FREE_HEADER | 378 | #undef GENERIC_ALLOC_FREE_HEADER |
379 | 379 | ||
380 | EAPI extern Eo *_ecore_parent; | 380 | extern Eo *_ecore_parent; |
381 | #define ECORE_PARENT_CLASS ecore_parent_class_get() | 381 | #define ECORE_PARENT_CLASS ecore_parent_class_get() |
382 | const Eo_Class *ecore_parent_class_get(void) EINA_CONST; | 382 | const Eo_Class *ecore_parent_class_get(void) EINA_CONST; |
383 | 383 | ||