mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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)
|
||||
{
|
||||
CLogMessage(this).debug(u"AFV not authenticated");
|
||||
BlackMisc::CLogMessage(this).debug(u"AFV not authenticated");
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user