diff options
| author | 2015-03-23 00:54:40 +0100 | |
|---|---|---|
| committer | 2015-03-23 00:54:40 +0100 | |
| commit | aaae660fee19a56c752bdec84da86c4b1e779af0 (patch) | |
| tree | 56ecaeab588acc4afdbdf1ec4b1c1acdc21364e7 /include | |
| parent | m_ssl_gnutls Set a vector push function on GnuTLS 2.12 and later (diff) | |
| parent | Fix dodgy indentation in configure. (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; |
