Salome HOME
Concealed objects now also ersaed in the viewer
[modules/shaper.git] / src / Config / Config_ValidatorMessage.h
index f43c351b00fc23d6b8670752765829af852c71de..16ec279222b136d3d9c06fbe46ee7132e36b0c51 100644 (file)
@@ -5,8 +5,8 @@
  *      Author: sbh
  */
 
-#ifndef Config_ValidatorMessage_H_
-#define Config_ValidatorMessage_H_
+#ifndef CONFIG_VALIDATORMESSAGE_H_
+#define CONFIG_VALIDATORMESSAGE_H_
 
 #include <Events_Message.h>
 #include <Config_def.h>
@@ -24,7 +24,7 @@ class Config_ValidatorMessage : public Events_Message
   std::string myAttributeId;
   std::list<std::string> myVaidatorParameters;
 
-public:
+ public:
   CONFIG_EXPORT Config_ValidatorMessage(const Events_ID theId, const void* theParent = 0);
   CONFIG_EXPORT virtual ~Config_ValidatorMessage();