Skip to content
Snippets Groups Projects
Commit 4af85823 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Fit: MinimizerFactory::catalog(): simplify initialization

parent 939a04cb
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,6 @@ std::string MinimizerFactory::catalogDetailsToString() ...@@ -130,6 +130,6 @@ std::string MinimizerFactory::catalogDetailsToString()
const MinimizerCatalog& MinimizerFactory::catalog() const MinimizerCatalog& MinimizerFactory::catalog()
{ {
static MinimizerCatalog s_catalog = MinimizerCatalog(); static MinimizerCatalog s_catalog;
return s_catalog; return s_catalog;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment