Salome HOME
Switch from runSession to salome shell in the salome shell plugin of GUI.
[modules/gui.git] / src / PVViewer / PVViewer_LogWindowAdapter.h
index 863ddbcb87a1fd1221630545a8496b3dbeb9dd8f..d7a2d3b63fb00cf0ae3f374f9a768aed3918827c 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
@@ -20,6 +20,8 @@
 #ifndef _PVViewer_LogWindowAdapter_h
 #define _PVViewer_LogWindowAdapter_h
 
+#include "PVViewer.h"
+
 #include <vtkOutputWindow.h>
 
 class LogWindow;
@@ -32,7 +34,7 @@ vtkOutputWindow::setInstance() static method.
 
 This class is based on pqOutputWindow ParaView class.
 */
-class PVViewer_LogWindowAdapter : public vtkOutputWindow
+class PVVIEWER_EXPORT PVViewer_LogWindowAdapter : public vtkOutputWindow
 {
 public:
   static PVViewer_LogWindowAdapter *New();