From 4c761c439735e46526a3a9f037acf8f804cfd9dd Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Tue, 12 Aug 2014 17:55:28 -0400 Subject: [PATCH] client: fix copy-paste error Change-Id: I7663ec4d2a973ef6e2472ba33e650a8dccf5c283 Refs: #48032 --- daemon/src/client/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/src/client/client.cpp b/daemon/src/client/client.cpp index 862313a171..5903192a58 100644 --- a/daemon/src/client/client.cpp +++ b/daemon/src/client/client.cpp @@ -40,9 +40,9 @@ #include "presencemanager.h" #endif // SFL_PRESENCE -#ifdef SFL_PRESENCE +#ifdef SFL_VIDEO #include "videomanager.h" -#endif // SFL_PRESENCE +#endif // SFL_VIDEO Client::Client() : callManager_(new CallManager) -- GitLab