Build fix

This commit is contained in:
NickAppLab
2022-06-14 12:00:23 +05:00
parent 13a1ae70f4
commit a7cf3a1daf
4 changed files with 44 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ namespace StructureHelper
/// </summary>
public partial class ColorPickerView : Window
{
public ColorPickerView(PrimitiveDefinition primitive)
public ColorPickerView(PrimitiveDefinitionBase primitive)
{
var viewModel = new ColorPickerViewModel(primitive);
DataContext = viewModel;