X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/f29a7129de56edca96ea8ef58576898c1e52ed6f..6983220ff84632481c1628720fe15b8f3ac1c9cb:/Model/include/tank.h diff --git a/Model/include/tank.h b/Model/include/tank.h index edbe0a1..0495404 100644 --- a/Model/include/tank.h +++ b/Model/include/tank.h @@ -37,7 +37,7 @@ protected: float actual_in_flow; ///< flujo máximo a la entrada float actual_out_flow; ///< flujo máximo de la salida private: - Tank():Drain("null"),Source("null"),Control("null") {} + Tank():Control("null"),Source("null"),Drain("null") {} Tank &operator = (const Tank &) { return *this; } };