move dedup to most derived
Making virtual calls from a base class dtor is not safe.
This commit is contained in:
@@ -371,6 +371,7 @@ protected:
|
||||
* @param type The field type.
|
||||
*/
|
||||
Field(Type type);
|
||||
void cacheCleanup();
|
||||
private:
|
||||
const Type m_fieldType;
|
||||
unsigned int m_hash;
|
||||
|
||||
Reference in New Issue
Block a user