fix typo
[libt2n] / example-codegen / client.cpp
index f3f1176..6dee37e 100644 (file)
@@ -12,7 +12,7 @@
 int main(int argc, char** argv)
 {
   libt2n::socket_client_connection sc("./socket");
-  cmd_group_example_client cc(sc);
+  cmd_group_default_client cc(sc);
 
   return (cc.testfunc("hello")=="hello, testfunc() was here") ? EXIT_SUCCESS : EXIT_FAILURE;
 }