one more attempt to appease win64
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -420,7 +420,7 @@ public:
|
||||
/**
|
||||
* Destructor
|
||||
*/
|
||||
virtual ~PVScalarValue() {}
|
||||
virtual ~PVScalarValue();
|
||||
/**
|
||||
* Get the value.
|
||||
* @return The value.
|
||||
|
||||
Reference in New Issue
Block a user