From: mkr Date: Tue, 24 Jan 2006 14:22:11 +0000 (+0000) Subject: Fix for bug PAL8237 : Crash after trying to activate dataflow window. X-Git-Tag: SPDev_start~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=172817334e3537b14376ed7bd0bf4ed550254c56;p=modules%2Fgui.git Fix for bug PAL8237 : Crash after trying to activate dataflow window. --- 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(); } };