]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_ITreeNode.h
Salome HOME
Updated copyright comment
[modules/shaper.git] / src / ModuleBase / ModuleBase_ITreeNode.h
index 5fc4e8ed543414dfa47afb8022886ad03972ed96..617b80ac0776ad63f1b4ee8aea37e410e7794709 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #include <QIcon>
 #include <QVariant>
 
+#ifdef _MSC_VER
+#pragma warning(disable: 4100)
+#endif
+
 class ModuleBase_ITreeNode;
 class ModuleBase_IWorkshop;