summaryrefslogtreecommitdiff
path: root/cs/demo/IceBox/hello/Client.cs
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-06-30 06:02:27 +0000
committerMichi Henning <michi@zeroc.com>2006-06-30 06:02:27 +0000
commit4de196e141f652da68b2c8d70bd9ec4b5229bd85 (patch)
tree1ddd893c420f28661c8fef973f4962ebaa991a84 /cs/demo/IceBox/hello/Client.cs
parentBug 1152. (diff)
downloadice-4de196e141f652da68b2c8d70bd9ec4b5229bd85.tar.bz2
ice-4de196e141f652da68b2c8d70bd9ec4b5229bd85.tar.xz
ice-4de196e141f652da68b2c8d70bd9ec4b5229bd85.zip
Bug 1152.
Diffstat (limited to 'cs/demo/IceBox/hello/Client.cs')
-rw-r--r--cs/demo/IceBox/hello/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/IceBox/hello/Client.cs b/cs/demo/IceBox/hello/Client.cs
index a8340fc596f..fca79d8f0ea 100644
--- a/cs/demo/IceBox/hello/Client.cs
+++ b/cs/demo/IceBox/hello/Client.cs
@@ -196,5 +196,5 @@ public class Client : Ice.Application
}
}
- private bool _haveSSL = false;
+ private static bool _haveSSL = false;
}