summaryrefslogtreecommitdiffstats
path: root/src/Core/Signals/GenericSignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Signals/GenericSignal.h')
-rw-r--r--src/Core/Signals/GenericSignal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/Signals/GenericSignal.h b/src/Core/Signals/GenericSignal.h
index 4f783e3..df57f96 100644
--- a/src/Core/Signals/GenericSignal.h
+++ b/src/Core/Signals/GenericSignal.h
@@ -32,7 +32,7 @@ namespace Core {
namespace Signals {
template <typename FunctionType>
-class MAD_CORE_EXPORT GenericSignal : protected SignalBase {
+class GenericSignal : protected SignalBase {
public:
typedef FunctionType slot_type;