add 'nf7::' prefix to flags of File::TypeInfo

This commit is contained in:
2022-08-15 00:29:03 +09:00
parent ed970d45c6
commit 0f5e3c6246
15 changed files with 40 additions and 33 deletions

View File

@@ -39,7 +39,7 @@ namespace {
class Node final : public nf7::File, public nf7::DirItem, public nf7::Node {
public:
static inline const GenericTypeInfo<Node> kType =
{"LuaJIT/Node", {"DirItem",}};
{"LuaJIT/Node", {"nf7::DirItem",}};
static void UpdateTypeTooltip() noexcept {
ImGui::TextUnformatted("Defines new Node using LuaJIT/Obj.");
ImGui::Bullet();