Update to support new warnings.
[m6w6/libmemcached] / tests / libmemcached-1.0 / internals.cc
index 8c28d3156c1526cf09e34a57d3f6e4e1ef5abcad..89d51413a33babfe67b66d88e3460635d997c47a 100644 (file)
@@ -61,7 +61,7 @@ collection_st collection[] ={
   {0, 0, 0, 0}
 };
 
-void get_world(Framework *frame)
+void get_world(libtest::Framework* frame)
 {
-  frame->collections= collection;
+  frame->collections(collection);
 }