X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Flibs%2FCommon%2Fieventqueue.h;h=f3134cc3a66bdbfe087a9ef4caaff72db047df23;hb=f01d61fb753b347bbff2ffb7f224650ac3f9d81e;hp=bf60a674bd2f2fb6bbbaa3e049d2faf6e895d499;hpb=5815060246f84e8efdf3143b4e8c7d00778168cf;p=evaf diff --git a/src/libs/Common/ieventqueue.h b/src/libs/Common/ieventqueue.h index bf60a67..f3134cc 100644 --- a/src/libs/Common/ieventqueue.h +++ b/src/libs/Common/ieventqueue.h @@ -90,7 +90,7 @@ public: * Subscribes to an event * @param id The ID of the event (can be zero) * @param obj The subscriber object - * @param return The ID of the event; or zero if failed to subscribe + * @return The ID of the event; or zero if failed to subscribe * * This function subscribes to an event identified by the ID value. Every object that wants to * receive specific events, needs to subscribe to them.