Salome HOME
Fix compilation error on Linux. Part V.
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFileSelector.h
index ba6a4e019f8506ab16a7ad734e30ffb142ae478f..b6f029fb088b9eda8c124d32a8c4617e4283b874 100644 (file)
@@ -103,7 +103,10 @@ protected:
   QString mySelectedFilter;
 
   /// A title of open file dialog box
-  enum { WFS_OPEN, WFS_SAVE } myType;
+  enum {
+    WFS_OPEN, ///< open file
+    WFS_SAVE ///< save file
+  } myType; ///< type of dialog
 
   /// Default path
   QString myDefaultPath;