Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe authored Aug 24, 2021
1 parent cb1367c commit dc54c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ public:
protected:
virtual void handleEvent(UEvent * e) {
if(e->getClassName().compare("SpecialEvent") == 0) {
UINFO("SpecialEvent \"%d\" received!", e->getCode());
if(e->getClassName().compare("SpecialEvent") == 0) {
UINFO("SpecialEvent \"%d\" received!", e->getCode());
}
}
};
Expand Down

0 comments on commit dc54c41

Please sign in to comment.