fix missing class key with friend (#708)

This commit is contained in:
Sencer Yazıcı 2023-06-11 18:59:14 +03:00 committed by GitHub
parent ac236c9b98
commit 56491467f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,7 +325,7 @@ namespace etl
{
public:
friend etl::hfsm;
friend class etl::hfsm;
using imessage_router::receive;
//*******************************************