diff options
Diffstat (limited to 'cs/demo/Ice/nested/NestedClient.cs')
-rwxr-xr-x | cs/demo/Ice/nested/NestedClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/Ice/nested/NestedClient.cs b/cs/demo/Ice/nested/NestedClient.cs index 1fd42685567..46d1b84b2b3 100755 --- a/cs/demo/Ice/nested/NestedClient.cs +++ b/cs/demo/Ice/nested/NestedClient.cs @@ -7,8 +7,8 @@ // // ********************************************************************** - using System; +using Demo; class NestedClient : Ice.Application { |