summaryrefslogtreecommitdiff
path: root/cpp/demo
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo')
-rw-r--r--cpp/demo/Glacier2/winrt/chat/Chat.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Glacier2/winrt/chat/Chat.ice b/cpp/demo/Glacier2/winrt/chat/Chat.ice
index f578076b5bb..907f1f1b50e 100644
--- a/cpp/demo/Glacier2/winrt/chat/Chat.ice
+++ b/cpp/demo/Glacier2/winrt/chat/Chat.ice
@@ -16,7 +16,7 @@ module Demo
interface ChatCallback
{
- ["ami"] void message(string data);
+ void message(string data);
};
interface ChatSession extends Glacier2::Session