2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-03 14:15:34 +00:00

Clarify BlenderConnection namespace in logvisor module

This commit is contained in:
Jack Andersen 2016-04-02 19:32:26 -10:00
parent 1cf85d7ddd
commit 3b757c9854

View File

@ -33,7 +33,7 @@ template <> struct hash<std::pair<uint32_t,uint32_t>>
namespace hecl
{
logvisor::Module BlenderLog("BlenderConnection");
logvisor::Module BlenderLog("hecl::BlenderConnection");
BlenderToken SharedBlenderToken;
#ifdef __APPLE__