diff options
-rwxr-xr-x | engines/pegasus/notification.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/notification.h b/engines/pegasus/notification.h index ded66478fc..70fcd822a9 100755 --- a/engines/pegasus/notification.h +++ b/engines/pegasus/notification.h @@ -41,8 +41,8 @@ struct tReceiverEntry { tNotificationFlags mask; }; -int operator==(const tReceiverEntry &entry1, const tReceiverEntry &entry1); -int operator!=(const tReceiverEntry &entry1, const tReceiverEntry &entry1); +int operator==(const tReceiverEntry &entry1, const tReceiverEntry &entry2); +int operator!=(const tReceiverEntry &entry1, const tReceiverEntry &entry2); typedef Common::List<tReceiverEntry> tReceiverList; |