]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_WidgetReader.h
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Config / Config_WidgetReader.h
index ae76cc996254fa681044ffd1e6578fa6c766d606..cfc1519a56b62fcc46eafeaeb39e489d3fba599d 100644 (file)
@@ -27,6 +27,7 @@ public:
 protected:
   void processNode(xmlNodePtr theNode);
   bool processChildren(xmlNodePtr theNode);
+  std::string dumpNode(xmlNodePtr theNode);
 
 private:
   std::map<std::string, std::string> myWidgetCache;