diff options
| -rw-r--r-- | include/PropSet.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/PropSet.h b/include/PropSet.h index bb24e2ac4..c95202174 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -16,6 +16,7 @@ class PropertyGet {  public:  	virtual char *ToString() const=0;	// Caller must delete[] the return value  	virtual int GetInt(const char *key, int defaultValue=0) const=0; +	virtual ~PropertyGet() {}  };  #ifdef SCI_NAMESPACE | 
