Next pass through the framework. Also removing boost files since we don't use them...
[awesomized/libmemcached] / libtest / framework.h
index d3b8264063731f5997d416eb31c6249d44141e49..6cc2a5d11f94311b71b92814838901bf10ff6cc3 100644 (file)
@@ -19,7 +19,7 @@ struct Framework {
   test_callback_create_fn *_create;
   test_callback_fn *_destroy;
 
-  void* create(test_return_t* arg);
+  void* create(test_return_t& arg);
 
   /* This is called a the beginning of any collection run. */
   test_callback_fn *collection_startup;