grr, not quite
This commit is contained in:
@@ -63,11 +63,6 @@ public:
|
||||
m_currentValue = m_defaultValue;
|
||||
}
|
||||
|
||||
operator T& ()
|
||||
{
|
||||
return m_currentValue;
|
||||
}
|
||||
|
||||
operator const T () const
|
||||
{
|
||||
return m_currentValue;
|
||||
|
||||
Reference in New Issue
Block a user