Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Events / Events_Message.h
index c55149ff21bf19037e97bd17d1aef7aaadbcaef0..68b757e8fc91a9dcff60557b6743761eda2708be 100644 (file)
@@ -21,7 +21,8 @@
  */
 class EVENTS_EXPORT Events_ID
 {
-  char* myID;  ///< pointer to the text-identifier of the event, unique pointer for all events of such type
+  /// pointer to the text-identifier of the event, unique pointer for all events of such type
+  char* myID;  
 
   Events_ID(char* theID)
   {