Update to support new warnings.
[m6w6/libmemcached] / libtest / skiptest.cc
index 354e2db134723eea9d9f79a1cf3b1fb29ea1ab97..dae333261ce61ff0c58271a93f7af9ed864ba542 100644 (file)
@@ -51,7 +51,7 @@ static void *world_create(server_startup_st&, test_return_t& rc)
   return NULL;
 }
 
-void get_world(Framework *world)
+void get_world(libtest::Framework *world)
 {
   world->create(world_create);
 }