From cd5d78203beeba0e6d07e47d67913166990feb2a Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 28 Feb 2015 05:39:24 +0000 Subject: Fix building modules that use cap.h with a C++11 compiler. --- include/modules/cap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules/cap.h') 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; -- cgit v1.2.3