From 9e08fde9282f848e22664bb26bdd52be34d163ef Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 14 May 2005 08:01:32 +0000 Subject: [PATCH] Work around some issue in gcc 4. --- 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 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