Forgot to commit the header with the new changes to the basic event type.

This commit is contained in:
Sandu Liviu Catalin
2015-10-03 21:55:08 +03:00
parent 4927e4e5a4
commit 908ddbe30f
+2 -2
View File
@@ -749,12 +749,12 @@ protected:
/* -------------------------------------------------------------------------------------------- /* --------------------------------------------------------------------------------------------
* ... * ...
*/ */
void Attach(EventType evt) noexcept; void Attach() noexcept;
/* -------------------------------------------------------------------------------------------- /* --------------------------------------------------------------------------------------------
* ... * ...
*/ */
void Detach(EventType evt) noexcept; void Detach() noexcept;
private: private: