Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
autosquash committed Jan 20, 2024
1 parent d3d8ab7 commit 2a267e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vista/vista.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Vista : public ComponenteConFont, public VistaObservable {

public:
std::shared_ptr<PresentacionVista> presentacion_vista;
std::shared_ptr<BotonesApp> botones = nullptr;
std::shared_ptr<BotonesApp> botones;
std::shared_ptr<Paneles> paneles;
std::shared_ptr<EtiquetasGenerales> etiquetas;
std::shared_ptr<Grid> grid;
Expand Down

0 comments on commit 2a267e7

Please sign in to comment.