Skip to content
Snippets Groups Projects
Commit 82edcf3d authored by Markus FRANK's avatar Markus FRANK Committed by MarkusFrankATcernch
Browse files

Support for conditions with non-default ctor

parent bc3b2eb3
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ namespace dd4hep { ...@@ -45,7 +45,7 @@ namespace dd4hep {
/// Standarsd constructor /// Standarsd constructor
template <typename TYPE> const BasicGrammar& BasicGrammar::instance() { template <typename TYPE> const BasicGrammar& BasicGrammar::instance() {
static Grammar<TYPE> s_gr(); static Grammar<TYPE> s_gr;
return s_gr; return s_gr;
} }
} }
......
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