]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_PointerMessage.cpp
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Config / Config_PointerMessage.cpp
index 91e9d10f335d14df142ce0e6743aa8bbacaf7bac..60f27398f3ad3d7e0df993f7b9c843ebe4359529 100644 (file)
@@ -8,7 +8,8 @@
 #include <Config_PointerMessage.h>
 
 Config_PointerMessage::Config_PointerMessage(const Events_ID theId, const void* theParent)
-    : Events_Message(theId, theParent), myPointer(0)
+    : Events_Message(theId, theParent),
+      myPointer(0)
 {
 
 }