diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-03-23 00:54:40 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-03-23 00:54:40 +0100 |
commit | aaae660fee19a56c752bdec84da86c4b1e779af0 (patch) | |
tree | 56ecaeab588acc4afdbdf1ec4b1c1acdc21364e7 /include | |
parent | e1e7ab0a18100d7e2cde0eb8d787f6ce1f958643 (diff) | |
parent | 214c6bc5254c94aa7f7ab49e3462728fb7be9d2a (diff) |
Merge pull request #1005 from SaberUK/master+minor-tweaks
Various changes mainly relating to the build system.
Diffstat (limited to 'include')
-rw-r--r-- | include/modules/cap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cap.h b/include/modules/cap.h index 7aa60cd21..b1bfbc3f9 100644 --- a/include/modules/cap.h +++ b/include/modules/cap.h @@ -55,7 +55,7 @@ class GenericCap : public Events::ModuleEventListener { } - void OnCapEvent(CapEvent& ev) CXX11_OVERRIDE + void OnCapEvent(CapEvent& ev) { if (!active) return; |