mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
WrappedType is immutable (though it points to something mutable)
This commit is contained in:
@@ -66,15 +66,6 @@ bool WrappedType::ValuesMatch( const WrappedType & W )
|
||||
return false;
|
||||
}
|
||||
|
||||
void WrappedType::Init()
|
||||
{
|
||||
eWrappedType = eWrappedNotSet;
|
||||
mpStr = NULL;
|
||||
mpInt = NULL;
|
||||
mpDouble = NULL;
|
||||
mpBool = NULL;
|
||||
}
|
||||
|
||||
void WrappedType::WriteToAsWrappedType( const WrappedType & W )
|
||||
{
|
||||
wxASSERT( W.eWrappedType == eWrappedType );
|
||||
|
||||
Reference in New Issue
Block a user