Salome HOME
PAL14048: Show message box in the end of the installation if there were any warnings...
[tools/install.git] / src / SALOME_InstallWizard.hxx
index 5044556e653ed53a3ecd973915b15b2a8a96e7a3..74c8afd6be936ccc1c0b805b14d5270ef226c943 100644 (file)
@@ -348,6 +348,7 @@ class SALOME_InstallWizard: public InstallWizard
   ButtonList       buttons;        // operation buttons
 
   ProcessThread*   myThread;       // validation thread
+  bool             hasErrors;      // flag: if there were any errors or warnings during the installation
 };
 
 #endif