From 33a3473f47364d7184f8163f4a20b56292e7a5c0 Mon Sep 17 00:00:00 2001
From: Harald Martini <harald.martini@student.tugraz.at>
Date: Wed, 4 May 2022 12:13:18 +0200
Subject: [PATCH] updated binding for output view

---
 VECTO3GUI2020/Resources/ViewModelBindings.xaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VECTO3GUI2020/Resources/ViewModelBindings.xaml b/VECTO3GUI2020/Resources/ViewModelBindings.xaml
index 9895655302..15d5dbac5c 100644
--- a/VECTO3GUI2020/Resources/ViewModelBindings.xaml
+++ b/VECTO3GUI2020/Resources/ViewModelBindings.xaml
@@ -18,7 +18,7 @@
     <DataTemplate x:Shared="False" DataType="{x:Type impl:JobListViewModel}">
         <views:JobListView />
     </DataTemplate>
-    <DataTemplate x:Shared="False" DataType="{x:Type impl:OutputViewModel}">
+    <DataTemplate x:Shared="False" DataType="{x:Type viewModel:OutputViewModel}">
         <views:OutputView />
     </DataTemplate>
 
-- 
GitLab