summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/Blobby/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/clients/Blobby/Options.h')
-rw-r--r--apps/JAWS/clients/Blobby/Options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/clients/Blobby/Options.h b/apps/JAWS/clients/Blobby/Options.h
index 8396cf5535b..47c0c852036 100644
--- a/apps/JAWS/clients/Blobby/Options.h
+++ b/apps/JAWS/clients/Blobby/Options.h
@@ -39,7 +39,7 @@ public:
void parse_args (int argc, ACE_TCHAR *argv[]);
// parses commandline arguments
- ACE_TCHAR *hostname_;
+ char *hostname_;
// Hostname to connect to
u_short port_;