Skip to content

Commit 95d8bdf

Browse files
committed
fix typo
1 parent 91fb2d3 commit 95d8bdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • extension-framework/cpp-extension-lib/include/api/core

extension-framework/cpp-extension-lib/include/api/core/Resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ void registerProcessors(MinifiExtension* extension) {
196196
}), ...);
197197
}
198198

199-
template <typename... Processors>
199+
template <typename... ControllerServices>
200200
void registerControllerServices(MinifiExtension* extension) {
201-
(core::useControllerServiceClassDescription<Processors>([&](const MinifiControllerServiceClassDefinition& definition) {
201+
(core::useControllerServiceClassDescription<ControllerServices>([&](const MinifiControllerServiceClassDefinition& definition) {
202202
MinifiRegisterControllerService(extension, &definition);
203203
}), ...);
204204
}

0 commit comments

Comments
 (0)