X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FKernelHelpers%2FSALOME_StudyEditor.hxx;h=2e83caa673e832297e22799ae3afb61679dc9283;hb=f6120c1bdb84ed1cc827ffab8284c0ac2709189f;hp=334f953b944101fe028df42ccb25fc60cc81340a;hpb=dc4b16b9dd53dd42139fd22ef26556861db58989;p=modules%2Fkernel.git diff --git a/src/KernelHelpers/SALOME_StudyEditor.hxx b/src/KernelHelpers/SALOME_StudyEditor.hxx index 334f953b9..2e83caa67 100644 --- a/src/KernelHelpers/SALOME_StudyEditor.hxx +++ b/src/KernelHelpers/SALOME_StudyEditor.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 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 @@ -16,6 +16,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + // Author: Guillaume Boulant (EDF/R&D) #ifndef __STUDY_EDITOR_HXX__ @@ -55,7 +56,7 @@ public: static const int UNDEFINED = -1; private: - SALOMEDS::StudyBuilder_var _sbuilder; + SALOMEDS::StudyBuilder_var studyBuilder(); }; #endif // __STUDY_EDITOR_HXX__