mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 06:18:50 +08:00
fix missing class key with friend (#708)
This commit is contained in:
parent
ac236c9b98
commit
56491467f5
@ -325,7 +325,7 @@ namespace etl
|
||||
{
|
||||
public:
|
||||
|
||||
friend etl::hfsm;
|
||||
friend class etl::hfsm;
|
||||
using imessage_router::receive;
|
||||
|
||||
//*******************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user