]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/ieventqueue.h
Mac OS changes and switched to c++11.
[evaf] / src / libs / Common / ieventqueue.h
index bf60a674bd2f2fb6bbbaa3e049d2faf6e895d499..b239e1d4c567dc6bf236177e7ee9d5009d5273f5 100644 (file)
@@ -3,7 +3,7 @@
  * @brief Event queue interface
  * @author Enar Vaikene
  *
- * Copyright (c) 2011 Enar Vaikene
+ * Copyright (c) 2011-2019 Enar Vaikene
  *
  * This file is part of the eVaf C++ cross-platform application development framework.
  *
@@ -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.