Skip to content

Commit

Permalink
PEGASUS: Fix compilation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Dec 16, 2011
1 parent 693fcec commit b5565a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/pegasus/notification.h
Expand Up @@ -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;

Expand Down

0 comments on commit b5565a4

Please sign in to comment.