Salome HOME
Sources of the application adopted to RHEL6 x64. The newest version of Eclipse IDE...
[modules/shaper.git] / src / Model / Model_Data.cpp
index 53e34ce9746f399f5771cb8b4fad3c63091981eb..9cd9d082cedb5969b7e95ba9163409ee48591705 100644 (file)
 #include <Events_Loop.h>
 #include <Events_Error.h>
 
+
 using namespace std;
 
 Model_Data::Model_Data()
 {
 }
 
-void Model_Data::setLabel(TDF_Label& theLab)
+void Model_Data::setLabel(TDF_Label theLab)
 {
   myLab = theLab;
 }