Skip to content
Snippets Groups Projects
Commit 66c7388f authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Fix class/struct mismatch warning from clang

parent c7b57364
No related branches found
No related tags found
1 merge request!1285Fix class/struct mismatch warning from clang
Pipeline #3336324 passed
......@@ -19,7 +19,7 @@ namespace Gaudi::Functional {
Traits::use_<Tr, BaseClass_t<Base>>>;
template <typename Signature, typename Traits>
struct ToolBinder;
class ToolBinder;
template <typename IFace, typename... Args, typename Traits>
class ToolBinder<Gaudi::Interface::Bind::Box<IFace>( Args const&... ), Traits>
......
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