NTNDArrayAttribute: fix forward declaration of Result

This commit is contained in:
Bruno Martins
2019-06-14 11:43:42 -04:00
committed by GitHub
parent 02151964a9
commit 54bddc9942

View File

@ -22,7 +22,7 @@
namespace epics { namespace nt {
class Result;
struct Result;
class NTNDArrayAttribute;
typedef std::tr1::shared_ptr<NTNDArrayAttribute> NTNDArrayAttributePtr;