[AFV] misc style issues:

* object name
* simple style fixes
* some renamings
* comments
This commit is contained in:
Klaus Basan
2020-04-23 20:19:59 +02:00
committed by Mat Sutcliffe
parent c1622951b3
commit 7d51bedc3e
18 changed files with 170 additions and 107 deletions

View File

@@ -149,7 +149,7 @@ namespace BlackCore
info.m_index = index;
++index;
info.m_function = function;
info.m_action = action;
info.m_action = action;
info.m_receiver = receiver;
m_boundActions.push_back(info);
return info.m_index;