diff --git a/stepmania/src/crypto51/cryptlib.h b/stepmania/src/crypto51/cryptlib.h index f6dcb5cced..72b8c6d84a 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 =0; + virtual bool GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const; }; //! namespace containing value name definitions