Fix copyright headers in libhashkit.
[awesomized/libmemcached] / libtest / skiptest.cc
index ac0437192fa2d5a33f112482907c46bac532ba36..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;
+  world->create(world_create);
 }