X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FSwitch.cxx;h=4d4ad76f72e29a53768ee1e8011be7356d9a6aaf;hb=24ab175e1695bf31f5b1f47b43ec8b45322dc6d3;hp=93779d626fba87c96b5babf884502f344a87941e;hpb=ff62f5bf18722d2f93b2f924411bda0e9550d590;p=modules%2Fyacs.git diff --git a/src/engine/Switch.cxx b/src/engine/Switch.cxx index 93779d626..4d4ad76f7 100644 --- a/src/engine/Switch.cxx +++ b/src/engine/Switch.cxx @@ -1,8 +1,9 @@ #include "Switch.hxx" using namespace YACS::ENGINE; +using namespace std; -Switch::Switch(const std::string& name):ComposedNode(name) +Switch::Switch(const string& name):ComposedNode(name) { }