More clean-ups
[invirt/third/libt4.git] / rsmtest_client.h
index e71fede..e7add37 100644 (file)
@@ -9,7 +9,7 @@
 // Client interface to the rsmtest server
 class rsmtest_client {
     protected:
-        rpcc cl;
+        shared_ptr<rpcc> cl;
     public:
         rsmtest_client(string d);
         virtual ~rsmtest_client() {}