Skip to content

Commit

Permalink
Update ProjectContainerRow.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Aug 27, 2024
1 parent 2f5bd44 commit 6ba31a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layouts/ProjectContainerRow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Layouts.ProjectContainerRow : Gtk.ListBoxRow {
);
}

~ProjectContainerRow() {
~ProjectContainerRow () {
print ("Destroying Layouts.ProjectContainerRow\n");
}

Expand Down

0 comments on commit 6ba31a7

Please sign in to comment.