mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Fix namespace in template function
This commit is contained in:
committed by
Mat Sutcliffe
parent
139690457d
commit
4d3da8450f
@@ -105,7 +105,7 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
if (! m_isAuthenticated)
|
if (! m_isAuthenticated)
|
||||||
{
|
{
|
||||||
CLogMessage(this).debug(u"AFV not authenticated");
|
BlackMisc::CLogMessage(this).debug(u"AFV not authenticated");
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user