summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-13 13:30:43 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-13 13:30:43 +0000
commita4458363b6a4ec691ff8400042a307702d67f5f4 (patch)
tree93dd8f607b664329fc518319d384a6a85b6fa20e
parenteb6f8be33e02f6a328eb48dafe8dc4d8ba55738f (diff)
downloadATCD-a4458363b6a4ec691ff8400042a307702d67f5f4.tar.gz
Small changes, now runnning
-rw-r--r--TAO/tests/Quoter/QuoterFactoryFinder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Quoter/QuoterFactoryFinder.h b/TAO/tests/Quoter/QuoterFactoryFinder.h
index 531286ae079..4aeb0033291 100644
--- a/TAO/tests/Quoter/QuoterFactoryFinder.h
+++ b/TAO/tests/Quoter/QuoterFactoryFinder.h
@@ -45,7 +45,7 @@ private:
TAO_ORB_Manager orb_manager_;
// instance of the ORB Manager
- QuoterFactoryFinder_i quoterFactoryFinder_Impl_;
+ QuoterFactoryFinder_i *quoterFactoryFinder_Impl_ptr_;
// instance of the Quoter Factory Finder
int argc_;