Eo tests: Add the needed define for accessing protected calls. (2)
authorTom Hacohen <tom@stosb.com>
Wed, 6 May 2015 17:03:57 +0000 (18:03 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 6 May 2015 17:03:57 +0000 (18:03 +0100)
I don't know how came I missed that one the last time.

src/tests/eo/composite_objects/composite_objects_comp.c

index d11b806167064261431ca53723fff98ad1739e80..e92f3d4ba01030904823709ef201fbcb3cc98ec6 100644 (file)
@@ -2,6 +2,8 @@
 # include <config.h>
 #endif
 
+#define EO_BASE_PROTECTED
+
 #include "Eo.h"
 #include "composite_objects_simple.h"
 #include "composite_objects_comp.h"