From 1386fcd0dbf46e2e7f5178e08bcb48cd461dce8c Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Fri, 17 Nov 2017 19:29:20 +0100 Subject: [PATCH] Ref T192, fqn for status enum --- src/blackcore/context/contextnetworkimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackcore/context/contextnetworkimpl.h b/src/blackcore/context/contextnetworkimpl.h index f14927eee..3ecbf8f6d 100644 --- a/src/blackcore/context/contextnetworkimpl.h +++ b/src/blackcore/context/contextnetworkimpl.h @@ -226,7 +226,7 @@ namespace BlackCore void checkForSupervisiorTextMessage(const BlackMisc::Network::CTextMessageList &messages); //! Connection status changed - void fsdConnectionStatusChanged(INetwork::ConnectionStatus from, INetwork::ConnectionStatus to); + void fsdConnectionStatusChanged(BlackCore::INetwork::ConnectionStatus from, BlackCore::INetwork::ConnectionStatus to); //! Render restrictions have been changed, used with analyzer //! \sa CAirspaceAnalyzer