mirror of https://github.com/AMT-Cheif/Stylet.git
Fix warning in unit tests
This commit is contained in:
parent
5fe1c012de
commit
25e025f542
|
@ -25,7 +25,7 @@ namespace StyletUnitTests
|
|||
set { SetAndNotify(ref this._intProperty, value); }
|
||||
}
|
||||
|
||||
public bool AutoValidate
|
||||
public new bool AutoValidate
|
||||
{
|
||||
get { return base.AutoValidate; }
|
||||
set { base.AutoValidate = value; }
|
||||
|
|
Loading…
Reference in New Issue