grr, not quite

This commit is contained in:
Glenn Maynard
2004-12-07 08:32:29 +00:00
parent 8e57c4ca76
commit f7bb6ef29e
-5
View File
@@ -63,11 +63,6 @@ public:
m_currentValue = m_defaultValue;
}
operator T& ()
{
return m_currentValue;
}
operator const T () const
{
return m_currentValue;