]> SALOME platform Git repositories - modules/shaper.git/blob - src/ModuleBase/ModuleBase_IViewWindow.cpp
Salome HOME
Do not allow user to move fixed entities (issue #1043)
[modules/shaper.git] / src / ModuleBase / ModuleBase_IViewWindow.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #include "ModuleBase_IViewWindow.h"
4
5 ModuleBase_IViewWindow::ModuleBase_IViewWindow()
6 {
7
8 }
9
10 ModuleBase_IViewWindow::~ModuleBase_IViewWindow()
11 {
12
13 }