Salome HOME
updated copyright message
[modules/shaper.git] / src / Config / Config_ValidatorReader.h
index dac03e09086e2990071eae7c1d60f5d0ca44d72f..ecf8e8f07ee92fa495e8507a1ae5d7b6a67e2701 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  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
@@ -46,6 +46,9 @@ class Config_ValidatorReader : public Config_XMLReader
   /// Set feature ID for cases when XML for validators is parsed from memory
   CONFIG_EXPORT void setFeatureId(const std::string& theId) { myExtFeatureId = theId; }
 
+  // for correct SWIG wrapping
+  using Config_XMLReader::readAll;
+
  protected:
   /*!
    * \brief Allows to customize reader's behavior for a node. Virtual.