diff options
author | Michi Henning <michi@zeroc.com> | 2006-06-30 06:02:27 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-06-30 06:02:27 +0000 |
commit | 4de196e141f652da68b2c8d70bd9ec4b5229bd85 (patch) | |
tree | 1ddd893c420f28661c8fef973f4962ebaa991a84 /cs/demo/IceBox/hello/Client.cs | |
parent | Bug 1152. (diff) | |
download | ice-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.cs | 2 |
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; } |