diff options
Diffstat (limited to 'cpp/test/Ice/stream/Test.ice')
-rw-r--r-- | cpp/test/Ice/stream/Test.ice | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/stream/Test.ice b/cpp/test/Ice/stream/Test.ice index f92e5aa54f7..0e55673d63c 100644 --- a/cpp/test/Ice/stream/Test.ice +++ b/cpp/test/Ice/stream/Test.ice @@ -21,6 +21,7 @@ enum MyEnum enum3 }; +interface MyInterface; class MyClass; ["cpp:comparable"] struct SmallStruct @@ -34,7 +35,7 @@ class MyClass; double d; string str; MyEnum e; - MyClass* p; + MyInterface* p; }; ["cpp:class"] struct ClassStruct |