X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLIGHTGUI%2FLIGHTGUI_DataModel.h;h=9bc7a83361b9eeacea7af8769f957ba958f05095;hb=f8afa6a29fd9818f1c173feefef1427f0eaab722;hp=9957ddda426222a100f77fd375355e8bb66cf37c;hpb=c64bdbead4ba025b75b60941e6956bd8c8ae3be0;p=samples%2Flight.git diff --git a/src/LIGHTGUI/LIGHTGUI_DataModel.h b/src/LIGHTGUI/LIGHTGUI_DataModel.h old mode 100644 new mode 100755 index 9957ddd..9bc7a83 --- a/src/LIGHTGUI/LIGHTGUI_DataModel.h +++ b/src/LIGHTGUI/LIGHTGUI_DataModel.h @@ -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 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