mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Fix CUEConfigAdvanced copy constructor
Call to the right (copy) constructor of the base class in CUEConfigAdvanced.cs - Resolves #113
This commit is contained in:
committed by
Wolfgang Stöggl
parent
c68f96b6fd
commit
ab91cbfbed
@@ -37,6 +37,7 @@ namespace CUETools.Processor
|
|||||||
}
|
}
|
||||||
|
|
||||||
public CUEConfigAdvanced(CUEConfigAdvanced src)
|
public CUEConfigAdvanced(CUEConfigAdvanced src)
|
||||||
|
: base(src)
|
||||||
{
|
{
|
||||||
// Iterate through each property and call SetValue()
|
// Iterate through each property and call SetValue()
|
||||||
foreach (PropertyDescriptor property in TypeDescriptor.GetProperties(this))
|
foreach (PropertyDescriptor property in TypeDescriptor.GetProperties(this))
|
||||||
|
|||||||
Reference in New Issue
Block a user