summaryrefslogtreecommitdiff
path: root/tests/memrm.cc
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-08-02 12:14:34 -0400
committerBrian Aker <brian@tangent.org>2012-08-02 12:14:34 -0400
commitf47caf2833675cce0b62a6e4ffd6764c1490a8b4 (patch)
tree4a6a9c01b780583a2d0e7772f36dc1e17023f0bc /tests/memrm.cc
parent363ba89b6954d2cdcc20f738b627499695e4aaf4 (diff)
downloadlibmemcached-f47caf2833675cce0b62a6e4ffd6764c1490a8b4.tar.gz
Update to support new warnings.
Diffstat (limited to 'tests/memrm.cc')
-rw-r--r--tests/memrm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/memrm.cc b/tests/memrm.cc
index 5c3b6d52..58da088c 100644
--- a/tests/memrm.cc
+++ b/tests/memrm.cc
@@ -161,7 +161,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error)
}
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
{
world->collections(collection);
world->create(world_create);