X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FATOMICGUI%2FATOMICGUI_DeleteOp.h;h=29cc9803e5b33dbaffcba4150129a50c8d6a47f1;hb=b08c27f8f2810a80bba60e9e9807b51899f098d7;hp=cda5017532bb1ae830c60d7c4ac464ee9d3ec178;hpb=3275b1abf75b243732fe1a5ea9f3a772bd9a58c7;p=samples%2Fatomic.git diff --git a/src/ATOMICGUI/ATOMICGUI_DeleteOp.h b/src/ATOMICGUI/ATOMICGUI_DeleteOp.h index cda5017..29cc980 100644 --- a/src/ATOMICGUI/ATOMICGUI_DeleteOp.h +++ b/src/ATOMICGUI/ATOMICGUI_DeleteOp.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 CEA/DEN, EDF R&D, 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 @@ -20,13 +20,15 @@ #ifndef ATOMICGUI_DELETEOP_OP_H #define ATOMICGUI_DELETEOP_OP_H -#include +#include "ATOMICGUI_ATOMICGUI.hxx" + +#include "ATOMICGUI_Operation.h" /*! * Class : ATOMICGUI_DeleteOp * Description : Operation for objects removal in ATOMIC component */ -class ATOMICGUI_DeleteOp : public ATOMICGUI_Operation +class ATOMICGUI_EXPORT ATOMICGUI_DeleteOp : public ATOMICGUI_Operation { Q_OBJECT