Salome HOME
SIMAN removal
[modules/gui.git] / src / PVViewer / PVViewer_ViewModel.h
index e70f663cb820d30c35649aac4356dda31cd4c90c..c4b1d4d939bef21e8f2812404719033f0ee10421 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author: Adrien Bruneton (CEA)
+
 #if !defined(_PVViewer_VIEWMODEL_H)
 #define _PVViewer_VIEWMODEL_H
 
+#include "PVViewer.h"
+
 #include <SUIT_ViewModel.h>
 
 class SUIT_ViewWindow;
 class SUIT_Desktop;
 class SUIT_Desktop;
 
-class PVViewer_Viewer: public SUIT_ViewModel
+class PVVIEWER_EXPORT PVViewer_Viewer: public SUIT_ViewModel
 {
   Q_OBJECT