fix concretemessage
All checks were successful
Linux arm64 / Build (push) Successful in 16s

This commit is contained in:
2025-07-18 17:27:58 +02:00
parent 143b2f357c
commit 45a3c427fb
3 changed files with 12 additions and 8 deletions

View File

@@ -133,7 +133,7 @@ namespace sp
{
public:
virtual ~GenericHandler() {}
// virtual void Handle(const TCommon&) {} //Nothing to do
virtual void Handle() {} //Nothing to do
};
} // sp