Update to support new warnings.
[m6w6/libmemcached] / tests / failure.cc
index 95c8fb6ad8cfb8f482414a8b8d6afeb682547427..faea94e44e72553cb57f076566eae1aeee196cee 100644 (file)
@@ -59,7 +59,7 @@ using namespace std;
 using namespace memcache;
 using namespace libtest;
 
-Framework *global_framework= NULL;
+libtest::Framework *global_framework= NULL;
 
 static test_return_t shutdown_servers(memcached_st *memc)
 {
@@ -220,7 +220,7 @@ collection_st collection[] ={
 
 #include "tests/libmemcached_world.h"
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->servers().set_servers_to_run(1);