Skip to content

Commit

Permalink
Remove spooky default value
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 2, 2024
1 parent b423f57 commit d926cb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class interfacePostProcessList

// Data mambers
PROBLEME_HEBDO* const problemeHebdo_ = nullptr;
const unsigned int numSpace_ = 0;
const unsigned int numSpace_;
std::vector<std::unique_ptr<basePostProcessCommand>> post_process_list;
};

Expand Down

0 comments on commit d926cb4

Please sign in to comment.