X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fhashkit_functions.cc;h=b45be3ae86856764f62ab57dda8aa23be753f5e6;hb=f47caf2833675cce0b62a6e4ffd6764c1490a8b4;hp=4934b55b45c018aba451b8a37058624172ee0fd0;hpb=363ba89b6954d2cdcc20f738b627499695e4aaf4;p=m6w6%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);