Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataModel.h
index 019350e1a849a5ab3cff1c512a550f38dddedc37..dde52d05706e242d126b9baef36c82d8427199c5 100644 (file)
@@ -363,6 +363,7 @@ protected:
 
 protected:
   QString myStudyURL; ///< the saved/opened document URL
+  QByteArray myStates;
 };
 
 #endif