]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_FeatureMessage.cpp
Salome HOME
Adaptation to SALOME environment (Issue #31)
[modules/shaper.git] / src / Config / Config_FeatureMessage.cpp
index 209bb7aa2fef6119f383c7b4d26ca4b8ceea64ad..2da65741751e84095ff74d22cce605efb2b33baf 100644 (file)
@@ -3,8 +3,8 @@
  */
 #include "Config_FeatureMessage.h"
 
-Config_FeatureMessage::Config_FeatureMessage(const Event_ID theId, const void* theParent)
-    : Event_Message(theId, theParent)
+Config_FeatureMessage::Config_FeatureMessage(const Events_ID theId, const void* theParent)
+    : Events_Message(theId, theParent)
 {
   myId = "";
   myText = "";