diff options
author | jcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-22 23:59:05 +0000 |
---|---|---|
committer | jcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-22 23:59:05 +0000 |
commit | b7fecd52b4a028a5100016bf2df4df427b342ffe (patch) | |
tree | f286d785a8f392fe1e359d4cbee647a53352ea3c /docs/tutorials/015/client.cpp | |
parent | 9e56c59cb2effd06fd3b0e16f06239af030ba2a3 (diff) | |
download | ATCD-b7fecd52b4a028a5100016bf2df4df427b342ffe.tar.gz |
*** empty log message ***
Diffstat (limited to 'docs/tutorials/015/client.cpp')
-rw-r--r-- | docs/tutorials/015/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/015/client.cpp b/docs/tutorials/015/client.cpp index dfab2188cbe..a573b4f3902 100644 --- a/docs/tutorials/015/client.cpp +++ b/docs/tutorials/015/client.cpp @@ -4,7 +4,7 @@ /* The Client object will implement the nasty details of connecting to communicating with the server */ -#include "Client.h" +#include "Client_i.h" int main(int argc, char *argv[]) { |