2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Remove unnecessary glob regex

This commit is contained in:
Jack Andersen
2016-09-24 15:57:43 -10:00
parent f6428c9407
commit c0f060d6ad
5 changed files with 9 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
#include "hecl/Blender/BlenderConnection.hpp"
#include "logvisor/logvisor.hpp"
logvisor::Module LogModule("HECLDriver");
logvisor::Module LogModule("hecl::Driver");
#include "ToolBase.hpp"
#include "ToolInit.hpp"