Eo tests: Fixed wrong prototype in one of the tests in the suite.
authorTom Hacohen <tom@stosb.com>
Fri, 27 Sep 2013 15:44:00 +0000 (16:44 +0100)
committerTom Hacohen <tom@stosb.com>
Fri, 27 Sep 2013 15:44:00 +0000 (16:44 +0100)
src/tests/eo/suite/eo_test_general.c

index b1bbdea..74e807b 100644 (file)
@@ -738,7 +738,7 @@ _a_print(Eo *obj EINA_UNUSED, void *class_data EINA_UNUSED, va_list *list EINA_U
 }
 
 static void
-_class_hi_print(const Eo_Class *klass EINA_UNUSED, va_list *list EINA_UNUSED)
+_class_hi_print(Eo_Class *klass EINA_UNUSED, void *class_data EINA_UNUSED, va_list *list EINA_UNUSED)
 {
    printf("Hi\n");
 }