Salome HOME
#18963 Minimize compiler warnings
[modules/paravis.git] / src / Plugins / MEDReader / plugin / MEDLoaderForPV / MEDUtilities.cxx
index bcd0c04482aa46a08afadfe769df251b1786196e..efbbe9a75b8be7bc0e350dc1790619323d043dda 100644 (file)
@@ -25,8 +25,8 @@
 
 #include <algorithm>
 
-vtkInformationKeyMacro(MEDUtilities,ELGA,Integer);
-vtkInformationKeyMacro(MEDUtilities,ELNO,Integer);
+vtkInformationKeyMacro(MEDUtilities,ELGA,Integer)
+vtkInformationKeyMacro(MEDUtilities,ELNO,Integer)
 
 void ExportedTinyInfo::pushGaussAdditionnalInfo(int ct, int dim, const std::vector<double>& refCoo, const std::vector<double>& posInRefCoo)
 {