Update to support new warnings.
[m6w6/libmemcached] / tests / hashkit_functions.cc
index 4934b55b45c018aba451b8a37058624172ee0fd0..b45be3ae86856764f62ab57dda8aa23be753f5e6 100644 (file)
@@ -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);