Update to support new warnings.
[m6w6/libmemcached] / example / t / memcached_light.cc
index 9158b1425de8dd34c95d164e66015c7eaa58ed3b..e76841a17360d3b809578634158bb836510b95b0 100644 (file)
@@ -238,7 +238,7 @@ static bool world_destroy(void *object)
 }
 
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->create(world_create);
   world->destroy(world_destroy);