summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/nested/Nested.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/nested/Nested.ice')
-rw-r--r--cpp/demo/Ice/nested/Nested.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/nested/Nested.ice b/cpp/demo/Ice/nested/Nested.ice
index aaa52fd6780..916d80d0a12 100644
--- a/cpp/demo/Ice/nested/Nested.ice
+++ b/cpp/demo/Ice/nested/Nested.ice
@@ -10,7 +10,7 @@
#ifndef NESTED_ICE
#define NESTED_ICE
-class Nested
+interface Nested
{
void nestedCall(int level, Nested* proxy);
};