Skip to content
Snippets Groups Projects
Commit 485a618e authored by Johannes Mellenthin's avatar Johannes Mellenthin
Browse files

Fixed compilation error in DerivationFrameworkCore_entries.cxx

Former-commit-id: 4e427461d364d9f3c85a92543b08a1c9ee05c978
parent 86412f8e
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,11 @@ DECLARE_NAMESPACE_ALGORITHM_FACTORY( DerivationFramework , CommonAugmentation )
#include "../GoodRunsListFilterAlgorithm.h"
DECLARE_NAMESPACE_ALGORITHM_FACTORY( DerivationFramework, GoodRunsListFilterAlgorithm )
DECLARE_TOOL_FACTORY( DerivationFramework::TriggerMatchingAugmentation )
DECLARE_FACTORY_ENTRIES(DerivationFrameworkCore) {
DECLARE_NAMESPACE_ALGORITHM( DerivationFramework, GoodRunsListFilterAlgorithm )
DECLARE_NAMESPACE_ALGORITHM( DerivationFramework , DerivationKernel )
DECLARE_NAMESPACE_ALGORITHM( DerivationFramework , CommonAugmentation )
}
DECLARE_TOOL_FACTORY( TriggerMatchingAugmentation )
DECLARE_FACTORY_ENTRIES( DerivationFrameworkCore ) {
DECLARE_TOOL( TriggerMatchingAugmentation )
DECLARE_TOOL( DerivationFramework::TriggerMatchingAugmentation )
}
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