X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparser.cc;h=7078305336ea3f1c267b96e5a590606231e729f4;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=740a9c19ade36f91e29143b67064aeeee3766747;hpb=74d72ecac00cadaab9e9a40d6591c7285abbfbc2;p=m6w6%2Flibmemcached diff --git a/tests/parser.cc b/tests/parser.cc index 740a9c19..70783053 100644 --- a/tests/parser.cc +++ b/tests/parser.cc @@ -126,6 +126,6 @@ collection_st collection[] ={ void get_world(Framework *world) { - world->collections= collection; + world->collections(collection); }