summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tests/Abstract_Interface/test_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Abstract_Interface/test_i.h b/TAO/tests/Abstract_Interface/test_i.h
index f6be5487bd4..855edd98712 100644
--- a/TAO/tests/Abstract_Interface/test_i.h
+++ b/TAO/tests/Abstract_Interface/test_i.h
@@ -23,8 +23,8 @@ public:
virtual void shutdown (void);
private:
- PortableServer::POA_var poa_;
CORBA::ORB_var orb_;
+ PortableServer::POA_var poa_;
};
#endif /* TAO_TEST_I_H */