summaryrefslogtreecommitdiff
path: root/cppe/test
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test')
-rw-r--r--cppe/test/IceE/slicing/AllTests.cpp2
-rw-r--r--cppe/test/IceE/slicing/TestI.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cppe/test/IceE/slicing/AllTests.cpp b/cppe/test/IceE/slicing/AllTests.cpp
index 85887f0ba47..0a911e3826e 100644
--- a/cppe/test/IceE/slicing/AllTests.cpp
+++ b/cppe/test/IceE/slicing/AllTests.cpp
@@ -301,7 +301,7 @@ allTests(const Ice::CommunicatorPtr& communicator)
}
}
tprintf("ok\n");
-
+
tprintf("slicing of unknown most derived, unknown intermediate as base... "); fflush(stdout);
{
try
diff --git a/cppe/test/IceE/slicing/TestI.h b/cppe/test/IceE/slicing/TestI.h
index 3f0c3ccb449..639f152ba50 100644
--- a/cppe/test/IceE/slicing/TestI.h
+++ b/cppe/test/IceE/slicing/TestI.h
@@ -37,7 +37,7 @@ public:
private:
- const ::Ice::ObjectAdapterPtr& _adapter;
+ const ::Ice::ObjectAdapterPtr _adapter;
};
#endif