From 392fcc0bdc5e3a548627182bd274bab9eb28d9f3 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 13 Jul 2017 11:13:01 +0200 Subject: [PATCH] missing share --- src/testing/pv/pvaTestClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/pv/pvaTestClient.h b/src/testing/pv/pvaTestClient.h index 464c1cd..eb63222 100644 --- a/src/testing/pv/pvaTestClient.h +++ b/src/testing/pv/pvaTestClient.h @@ -122,7 +122,7 @@ class epicsShareClass TestClientChannel TestClientChannel(const std::tr1::shared_ptr& i) :impl(i) {} public: - struct Options { + struct epicsShareClass Options { short priority; std::string address; Options();