From 172817334e3537b14376ed7bd0bf4ed550254c56 Mon Sep 17 00:00:00 2001 From: mkr Date: Tue, 24 Jan 2006 14:22:11 +0000 Subject: [PATCH] Fix for bug PAL8237 : Crash after trying to activate dataflow window. --- src/SUPERVGraph/SUPERVGraph_ViewModel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SUPERVGraph/SUPERVGraph_ViewModel.h b/src/SUPERVGraph/SUPERVGraph_ViewModel.h index 695f1a8fc..82c6f6f93 100644 --- a/src/SUPERVGraph/SUPERVGraph_ViewModel.h +++ b/src/SUPERVGraph/SUPERVGraph_ViewModel.h @@ -34,6 +34,7 @@ public: virtual ~SUPERVGraph_Viewer(); virtual SUIT_ViewWindow* createView(SUIT_Desktop* theDesktop); + virtual QString getType() const { return Type(); } }; -- 2.39.2