]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Model/include/not.h
* Se agrega la logica del tanque para los flotantes
[z.facultad/75.42/plaqui.git] / Model / include / not.h
index 5e749402ec9f20b8ff7e79c8a83bf6f3bf733ef7..0f888bb051cb3a01c05d9c27b748e12b18c0f239 100644 (file)
@@ -8,7 +8,8 @@
 namespace PlaQui {
 namespace Model {
 
-class Not:LogicControl {
+class Not:public LogicControl {
+public:
        Not():LogicControl(1,1) {}
        virtual ~Not() {}
 
@@ -24,7 +25,7 @@ class Not:LogicControl {
                std::cout << "NOT NO CONECTADO" << std::endl;
                return false;
        }
-}
+};
 
 }
 }