Fix Debian issues.
[awesomized/libmemcached] / libtest / framework.cc
index 30f511afdbf484850dc5cb18125888e8f332040d..92aacfeea30a37f117efabfa514285b1ae9f50bb 100644 (file)
@@ -68,7 +68,7 @@ Framework::Framework(libtest::SignalThread& signal_,
   get_world(this);
 }
 
-void Framework::collections(collection_st* collections_)
+void Framework::collections(collection_st collections_[])
 {
   for (collection_st *next= collections_; next and next->name; next++)
   {