Rename Zeexygen to Zeekygen

This commit is contained in:
Jon Siwek 2019-05-02 21:39:01 -07:00
parent f2f06d66c0
commit 84ca12fdb4
78 changed files with 444 additions and 440 deletions

View file

@ -10,7 +10,7 @@
#include "Var.h"
#include "Val.h"
#include "Reporter.h"
#include "zeexygen/Manager.h"
#include "zeekygen/Manager.h"
namespace plugin {
@ -134,7 +134,7 @@ ComponentManager<T, C>::ComponentManager(const string& arg_module, const string&
tag_enum_type = new EnumType(module + "::" + local_id);
::ID* id = install_ID(local_id.c_str(), module.c_str(), true, true);
add_type(id, tag_enum_type, 0);
zeexygen_mgr->Identifier(id);
zeekygen_mgr->Identifier(id);
}
template <class T, class C>