summaryrefslogtreecommitdiff
path: root/cs/demo/IceGrid/simple/HelloI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/demo/IceGrid/simple/HelloI.cs')
-rw-r--r--cs/demo/IceGrid/simple/HelloI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/IceGrid/simple/HelloI.cs b/cs/demo/IceGrid/simple/HelloI.cs
index 6d29c1122ce..8d6a588c1a3 100644
--- a/cs/demo/IceGrid/simple/HelloI.cs
+++ b/cs/demo/IceGrid/simple/HelloI.cs
@@ -14,7 +14,7 @@ public class HelloI : HelloDisp_
{
public HelloI(string name)
{
- _name = name;
+ _name = name;
}
public override void sayHello(Ice.Current current)