X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ActiveControlSelector.h;h=dbeb039f4addaca14f8baf659c0d109fa7990304;hb=f51f8ab55887ac6eff49fb9937a460abe1956517;hp=eb45000843cabc9a0dc932926b66670c1c6901f5;hpb=6e421e939851e0de46554ae45a3ca0e1f67cd91d;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ActiveControlSelector.h b/src/XGUI/XGUI_ActiveControlSelector.h index eb4500084..dbeb039f4 100644 --- a/src/XGUI/XGUI_ActiveControlSelector.h +++ b/src/XGUI/XGUI_ActiveControlSelector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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 @@ -59,7 +59,7 @@ public: /// Returns whether the selector should be activated as soon as possible (by deactivatate other) /// \return boolean result - XGUI_EXPORT virtual bool needToBeActiated() const { return false; } + XGUI_EXPORT virtual bool needToBeActivated() const { return false; } /// Processes current selection of workshop. Reaction to selection change in workshop. XGUI_EXPORT virtual void processSelection() = 0;