one more attempt to appease win64

This commit is contained in:
Michael Davidsaver
2017-10-05 15:32:31 +02:00
parent cd4feb3bab
commit 215e3aab7b
2 changed files with 5 additions and 1 deletions

View File

@@ -60,6 +60,10 @@ template<> const ScalarType PVFloatArray::typeCode = pvFloat;
template<> const ScalarType PVDoubleArray::typeCode = pvDouble;
template<> const ScalarType PVStringArray::typeCode = pvString;
template<typename T>
PVScalarValue<T>::~PVScalarValue() {}
template<typename T>
void PVScalarValue<T>::serialize(ByteBuffer *pbuffer,
SerializableControl *pflusher) const {

View File

@@ -420,7 +420,7 @@ public:
/**
* Destructor
*/
virtual ~PVScalarValue() {}
virtual ~PVScalarValue();
/**
* Get the value.
* @return The value.