diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-14 13:06:58 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-14 13:06:58 +0000 |
commit | 997e8d768e8b9e8157e8d70f12e75e98f90a5a43 (patch) | |
tree | b866913252b8e55baa15477fc70c7a9fcddf7f61 /cpp/test/Ice/slicing/exceptions/TestI.h | |
parent | Fix bug with slicing test. (diff) | |
download | ice-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.h | 2 |
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 |