missing share

This commit is contained in:
Michael Davidsaver
2017-07-13 11:13:01 +02:00
parent ecc79f1003
commit 392fcc0bdc
+1 -1
View File
@@ -122,7 +122,7 @@ class epicsShareClass TestClientChannel
TestClientChannel(const std::tr1::shared_ptr<Impl>& i) :impl(i) {}
public:
struct Options {
struct epicsShareClass Options {
short priority;
std::string address;
Options();