Salome HOME
refs #30 - Sketch base GUI: create, draw lines
[modules/shaper.git] / src / GeomAPI / GeomAPI_Interface.cpp
index 5e9b257fbb17a6436d864d3ce921126caf2b59e5..a583aa564cb499f9022c84ad94de9169f3d5da48 100644 (file)
@@ -20,12 +20,7 @@ GeomAPI_Interface::~GeomAPI_Interface()
     delete myImpl;
 }
 
-void* GeomAPI_Interface::implementation()
-{
-  return myImpl;
-}
-
-void GeomAPI_Interface::setImplementation(void* theImpl)
+void GeomAPI_Interface::setImpl(void* theImpl)
 {
   if (myImpl)
     delete myImpl;