]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Model/src/pump.cpp
* Se comenta un poco más el modelo.
[z.facultad/75.42/plaqui.git] / Model / src / pump.cpp
index 086138f4844358407790d7d32da462ba3b3fc108..78d4dcd9f2e4ee6d3aaf96072e2700093f95f5a3 100644 (file)
@@ -4,7 +4,7 @@
 
 using namespace PlaQui::Model;
 
-Pump::Pump(const std::string &_name):Source(_name)
+Pump::Pump(const std::string &_name):Source(_name),Control(_name)
 {
        in_slots = 0;
        out_slots = 1;