summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/slicing/exceptions/TestI.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-07-14 13:06:58 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-07-14 13:06:58 +0000
commit997e8d768e8b9e8157e8d70f12e75e98f90a5a43 (patch)
treeb866913252b8e55baa15477fc70c7a9fcddf7f61 /cpp/test/Ice/slicing/exceptions/TestI.h
parentFix bug with slicing test. (diff)
downloadice-997e8d768e8b9e8157e8d70f12e75e98f90a5a43.tar.bz2
ice-997e8d768e8b9e8157e8d70f12e75e98f90a5a43.tar.xz
ice-997e8d768e8b9e8157e8d70f12e75e98f90a5a43.zip
Fix bug with slicing tests.
Diffstat (limited to 'cpp/test/Ice/slicing/exceptions/TestI.h')
-rw-r--r--cpp/test/Ice/slicing/exceptions/TestI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/slicing/exceptions/TestI.h b/cpp/test/Ice/slicing/exceptions/TestI.h
index 3f0c3ccb449..639f152ba50 100644
--- a/cpp/test/Ice/slicing/exceptions/TestI.h
+++ b/cpp/test/Ice/slicing/exceptions/TestI.h
@@ -37,7 +37,7 @@ public:
private:
- const ::Ice::ObjectAdapterPtr& _adapter;
+ const ::Ice::ObjectAdapterPtr _adapter;
};
#endif