X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fhashkit_functions.cc;h=b45be3ae86856764f62ab57dda8aa23be753f5e6;hb=5c94437d6b24d5582a41671a42f1f12ef3a1268e;hp=4934b55b45c018aba451b8a37058624172ee0fd0;hpb=cf55f693c7fc7693afbb4594d97d23795cf7f2a0;p=awesomized%2Flibmemcached diff --git a/tests/hashkit_functions.cc b/tests/hashkit_functions.cc index 4934b55b..b45be3ae 100644 --- a/tests/hashkit_functions.cc +++ b/tests/hashkit_functions.cc @@ -562,7 +562,7 @@ static bool world_destroy(void *object) return TEST_SUCCESS; } -void get_world(Framework *world) +void get_world(libtest::Framework* world) { world->collections(collection); world->create(world_create);