Salome HOME
refs #30 - Sketch base GUI: create, draw lines
[modules/shaper.git] / src / XGUI / XGUI_Viewer.h
index 4031430a3dc36b11c830143f06bcb918f4a7ccc6..1eb2bd47ebee640af40ecba489046274a8a94629 100644 (file)
@@ -191,6 +191,9 @@ private:
 
   /// Points used for selection management
   QPoint myStartPnt, myEndPnt, myCurPnt;
+
+  // A counter of created windows
+  int myWndIdCount;
 };
 
 #endif