]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConnectorAPI/ConnectorAPI_Connector.cpp
Salome HOME
Remove some TODOs
[modules/shaper.git] / src / ConnectorAPI / ConnectorAPI_Connector.cpp
index 2a48f702c83e0e692f9503eec1f04fcccc8f1bba..1aa191693986e3c06f5f75a80332134489f8cab1 100644 (file)
@@ -12,7 +12,7 @@
 //--------------------------------------------------------------------------------------
 void exportToGEOM(const std::shared_ptr<ModelAPI_Document> & thePart)
 {
-  // TODO(spo): check that theConnector is not empty
+  // TODO(spo): check that thePart is not empty
   std::shared_ptr<ModelAPI_Feature> aFeature = thePart->addFeature("ExportToGEOM");
   aFeature->execute();
 }