Skip to content

Commit

Permalink
Init member
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Jul 12, 2022
1 parent 6df92a4 commit 1b7e6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folder.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class FolderDefinition
bool isDeployed() const;

private:
bool _deployed;
bool _deployed = false;
};

/**
Expand Down

0 comments on commit 1b7e6be

Please sign in to comment.