Salome HOME
Issue #653 - Double and triple click edges -- Fix Debian dynamic_pointer_cast problem...
[modules/shaper.git] / src / ModuleBase / ModuleBase_IViewer.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #include "ModuleBase_IViewer.h"
4
5 ModuleBase_IViewer::ModuleBase_IViewer(QObject* theParent) : QObject(theParent)
6 {
7
8 }