Work around some issue in gcc 4.

This commit is contained in:
Steve Checkoway
2005-05-14 08:01:32 +00:00
parent 135884ceb9
commit 9e08fde928
+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 =0;
virtual bool GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const;
};
//! namespace containing value name definitions