X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libtest%2Fframework.cc;h=92aacfeea30a37f117efabfa514285b1ae9f50bb;hb=a6a4d4ef2daccea246d0c026c5e9060c33b38aec;hp=30f511afdbf484850dc5cb18125888e8f332040d;hpb=cc7f3ad60dd92d7e41e0efbf922bb4f6fc9a848f;p=awesomized%2Flibmemcached diff --git a/libtest/framework.cc b/libtest/framework.cc index 30f511af..92aacfee 100644 --- a/libtest/framework.cc +++ b/libtest/framework.cc @@ -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++) {