From abf62b326fcd9e873deb5773888edb8a6a93e740 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 14 May 2005 08:11:33 +0000 Subject: [PATCH] Oops. I forgot to provide a definition for this. Make sure that it is never called. --- stepmania/src/crypto51/cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/crypto51/cryptlib.h b/stepmania/src/crypto51/cryptlib.h index 72b8c6d84a..75209aceb7 100644 --- a/stepmania/src/crypto51/cryptlib.h +++ b/stepmania/src/crypto51/cryptlib.h @@ -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