diff --git a/src/client/pva/client.h b/src/client/pva/client.h index 08998b3..b5051db 100644 --- a/src/client/pva/client.h +++ b/src/client/pva/client.h @@ -193,7 +193,10 @@ void registerRefTrack(); */ class epicsShareClass ClientChannel { +public: + // public only as a workaround for old gcc struct Impl; +private: std::tr1::shared_ptr impl; friend class ClientProvider; friend void detail::registerRefTrack();