Fix crash (only gcc?)

This commit is contained in:
Steve Checkoway
2004-12-04 20:36:29 +00:00
parent fa9afed825
commit eaca864906
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -70,6 +70,11 @@ public:
{
return m_currentValue;
}
T GetValue() const
{
return m_currentValue;
}
void operator=( const T& other )
{