System/MessageQueue: postEvent() should not accept a reference.
This commit is contained in:
parent
f67f89715a
commit
a6bfa15044
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ namespace sp {
|
|||
class MessageQueue
|
||||
{
|
||||
public :
|
||||
void postEvent(SysEvent& event);
|
||||
void postEvent(SysEvent event);
|
||||
|
||||
bool pollEvent(SysEvent& event);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue