From 47f4d66f64361c782970c6559335b68367ad0af8 Mon Sep 17 00:00:00 2001 From: Ray Vine Date: Sat, 19 May 2018 14:47:32 +0200 Subject: Fix FTBFS with clang This resolves bug 2895 Signed-off-by: Ray Vine --- src/knemod/knemodaemon.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/knemod/knemodaemon.h b/src/knemod/knemodaemon.h index d156bfa..da292d4 100644 --- a/src/knemod/knemodaemon.h +++ b/src/knemod/knemodaemon.h @@ -35,7 +35,9 @@ class TQTimer; class TDEInstance; class Interface; class BackendBase; -class KNotifyClient::Instance; +namespace KNotifyClient { + class Instance; +} /** * This class is the main entry point of KNemo. It reads the configuration, -- cgit v1.2.3