Skip to content

Commit

Permalink
Lendo os arquivos
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamelooliveira committed Jan 27, 2025
1 parent 2b21f61 commit 4e632fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main(){
}

for(int i=0; i<figuras.size(); i++){
figuras[i]->draw(pfig);
figuras[i]->draw(*pfig);
}

for(int i=0; i<figuras.size(); i++){
Expand Down

0 comments on commit 4e632fa

Please sign in to comment.