Oops. I forgot to provide a definition for this. Make sure that it is never called.

This commit is contained in:
Steve Checkoway
2005-05-14 08:11:33 +00:00
parent 9e08fde928
commit abf62b326f
+1 -1
View File
@@ -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