Salome HOME
Synchronize adm files
[samples/light.git] / src / LIGHTGUI / LIGHTGUI_DataModel.h
old mode 100644 (file)
new mode 100755 (executable)
index 9957ddd..9bc7a83
@@ -1,9 +1,9 @@
-// Copyright (C) 2005-2012  OPEN CASCADE
+// Copyright (C) 2005-2014  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,6 +24,8 @@
 #ifndef LIGHTGUI_DATAMODEL_H
 #define LIGHTGUI_DATAMODEL_H
 
+#include "LIGHTGUI_Exports.hxx"
+
 #include <LightApp_DataModel.h>
 
 class CAM_Module;
@@ -31,7 +33,7 @@ class LightApp_Study;
 class LightApp_DataObject;
 class LIGHTGUI_DataObject;
 
-class LIGHTGUI_DataModel : public LightApp_DataModel
+class LIGHT_EXPORT LIGHTGUI_DataModel : public LightApp_DataModel
 {
   Q_OBJECT