#endif
Rectangulo::Rectangulo(size_t color, size_t grosor, const Punto& centro,
- const char* nombre, float ancho, float alto):
+ const char* nombre, int ancho, int alto):
Figura(color, grosor, centro, nombre), ancho(ancho), alto(alto) {
#ifdef DEBUG
std::cerr << "En constructor de Rectángulo." << std::endl;