summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2015-03-23 00:54:40 +0100
committerAttila Molnar <attilamolnar@hush.com>2015-03-23 00:54:40 +0100
commitaaae660fee19a56c752bdec84da86c4b1e779af0 (patch)
tree56ecaeab588acc4afdbdf1ec4b1c1acdc21364e7 /include
parente1e7ab0a18100d7e2cde0eb8d787f6ce1f958643 (diff)
parent214c6bc5254c94aa7f7ab49e3462728fb7be9d2a (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.h2
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;