X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fparser.cc;h=a80c404a0bb3605b45e16bb3b8e5e105282f28d0;hb=0ce6b69e0f8e25e50bd878678b1444651093bac4;hp=740a9c19ade36f91e29143b67064aeeee3766747;hpb=f363012dbad70fe0d1e6d714f432e1567cef4935;p=m6w6%2Flibmemcached diff --git a/tests/parser.cc b/tests/parser.cc index 740a9c19..a80c404a 100644 --- a/tests/parser.cc +++ b/tests/parser.cc @@ -34,7 +34,7 @@ * */ -#include +#include /* C++ interface test @@ -124,8 +124,8 @@ collection_st collection[] ={ {0, 0, 0, 0} }; -void get_world(Framework *world) +void get_world(libtest::Framework* world) { - world->collections= collection; + world->collections(collection); }