Oops. I forgot to provide a definition for this. Make sure that it is never called.
This commit is contained in:
@@ -280,7 +280,7 @@ public:
|
||||
}
|
||||
|
||||
//! to be implemented by derived classes, users should use one of the above functions instead
|
||||
virtual bool GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const;
|
||||
virtual bool GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const {sm_crash();};
|
||||
};
|
||||
|
||||
//! namespace containing value name definitions
|
||||
|
||||
Reference in New Issue
Block a user