X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fexample2-client%2Fclient.cpp;h=861af9c804263782efa14af1575327b87ed44a78;hp=bba7e0765bc0287fddbe89a7a77889403fc88f1c;hb=f6d1a1e3b9d04b63158288ebf2917d9fd47afff8;hpb=b592218402bfa779c024da2f32c4c782d52eaf88 diff --git a/examples-codegen/example2-client/client.cpp b/examples-codegen/example2-client/client.cpp index bba7e07..861af9c 100644 --- a/examples-codegen/example2-client/client.cpp +++ b/examples-codegen/example2-client/client.cpp @@ -1,6 +1,6 @@ /* - Copyright (C) 2006 - intra2net.com + Copyright (C) 2006 + intra2net.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ int main(int argc, char** argv) { libt2n::socket_client_connection sc("./socket"); - cmd_group_default_client cc(sc); + cmd_group_default_client cc(&sc); bool throwok=false; try