diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-09-26 23:14:39 +0200 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-09-27 14:01:46 +0100 |
commit | 1714fe93f42d6950171d0ab9069bfb808a62fd31 (patch) | |
tree | 0f448abb3d8035af1c448e0c0c44186a5024c942 /src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h | |
parent | ee1b0833ed28b47812407a8a6f019a80f9868bfa (diff) |
eo: libs,test,benchmarks Eo_Class -> Eo
Conflicts:
src/tests/eo/suite/eo_test_general.c
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h b/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h index 818abbe646..d301bb45f8 100644 --- a/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h +++ b/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h | |||
@@ -41,7 +41,7 @@ extern "C" | |||
41 | * | 41 | * |
42 | * @return The Eo class ID | 42 | * @return The Eo class ID |
43 | */ | 43 | */ |
44 | const Eo_Class *ecore_audio_obj_out_sndfile_class_get() EINA_CONST; | 44 | const Eo *ecore_audio_obj_out_sndfile_class_get() EINA_CONST; |
45 | 45 | ||
46 | extern EAPI Eo_Op ECORE_AUDIO_OBJ_OUT_SNDFILE_BASE_ID; | 46 | extern EAPI Eo_Op ECORE_AUDIO_OBJ_OUT_SNDFILE_BASE_ID; |
47 | 47 | ||