rename the namespace

This commit is contained in:
Sven Czarnian
2021-08-10 07:56:31 +02:00
parent c7cf982671
commit 9696a66aab
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
#include "PlugIn.h"
using namespace arrivalmanager;
using namespace aman;
BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
(void)module;